CreateInstance(PersistableContainerObject,XmlNode) Method
See Also 
SourceCode.Framework Namespace > SerializationInfoProvider Class > CreateInstance Method : CreateInstance(PersistableContainerObject,XmlNode) Method



parent
The parent for the object being created.
persistableObject
The xml representation of the persistable object.

Glossary Item Box

Creates a new PersistableObject using the specified persistable object.

Syntax

Visual Basic (Declaration) 
Public Overloads Function CreateInstance( _
   ByVal parent As PersistableContainerObject, _
   ByVal persistableObject As XmlNode _
) As PersistableObject
Visual Basic (Usage)Copy Code
Dim instance As SerializationInfoProvider
Dim parent As PersistableContainerObject
Dim persistableObject As XmlNode
Dim value As PersistableObject
 
value = instance.CreateInstance(parent, persistableObject)

Parameters

parent
The parent for the object being created.
persistableObject
The xml representation of the persistable object.

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