Provides access to members to set or retrieve an object to be serialized to XML. The object must support IPersistStream or IPersistVariant.
Members
Name | Description | |
---|---|---|
Object | The object to be serialized to or deserialized from XML. |
IXMLPersistedObject.Object Property
The object to be serialized to or deserialized from XML.
Public Property Object As Object
public object Object {get; set;}
Classes that implement IXMLPersistedObject
Classes | Description |
---|---|
XMLPersistedObject | CoClass to serialize objects to XML. |