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