Visual Basic (Declaration) | |
---|---|
Sub SetReferenceListProperty( _ ByVal listPropertyName As String, _ ByVal referenceList As IEnumerable _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ISerializationInfo Dim listPropertyName As String Dim referenceList As IEnumerable instance.SetReferenceListProperty(listPropertyName, referenceList) |
C# | |
---|---|
void SetReferenceListProperty( string listPropertyName, IEnumerable referenceList ) |
C++/CLI | |
---|---|
void SetReferenceListProperty( String^ listPropertyName, IEnumerable^ referenceList ) |
Parameters
- listPropertyName
- referenceList
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