Visual Basic (Declaration) | |
---|---|
Public Overloads Function CreateInstance( _ ByVal parent As PersistableContainerObject, _ ByVal persistableObject As XmlNode _ ) As PersistableObject |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SerializationInfoProvider Dim parent As PersistableContainerObject Dim persistableObject As XmlNode Dim value As PersistableObject value = instance.CreateInstance(parent, persistableObject) |
C# | |
---|---|
public PersistableObject CreateInstance( PersistableContainerObject parent, XmlNode persistableObject ) |
C++/CLI | |
---|---|
public: PersistableObject^ CreateInstance( PersistableContainerObject^ parent, XmlNode^ persistableObject ) |
Parameters
- parent
- The parent for the object being created.
- persistableObject
- The xml representation of the persistable object.
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