Visual Basic (Declaration) | |
---|---|
Function Load( _ ByVal instance As PersistableObject, _ ByVal reader As XmlReader _ ) As PersistableObject |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ISerializationInfo Dim instance As PersistableObject Dim reader As XmlReader Dim value As PersistableObject value = instance.Load(instance, reader) |
C# | |
---|---|
PersistableObject Load( PersistableObject instance, XmlReader reader ) |
C++/CLI | |
---|---|
PersistableObject^ Load( PersistableObject^ instance, XmlReader^ reader ) |
Parameters
- instance
- reader
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