GetReferenceListProperty Method
See Also 
SourceCode.Framework Namespace > ISerializationInfo Interface : GetReferenceListProperty Method



listPropertyName
lookupList

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Function GetReferenceListProperty( _
   ByVal listPropertyName As String, _
   ByVal lookupList As IEnumerable _
) As ArrayList
Visual Basic (Usage) Copy Code
Dim instance As ISerializationInfo
Dim listPropertyName As String
Dim lookupList As IEnumerable
Dim value As ArrayList
 
value = instance.GetReferenceListProperty(listPropertyName, lookupList)
C#  
ArrayList GetReferenceListProperty( 
   string listPropertyName,
   IEnumerable lookupList
)
C++/CLI  
ArrayList^ GetReferenceListProperty( 
   String^ listPropertyName,
   IEnumerable^ lookupList
) 

Parameters

listPropertyName
lookupList

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also