IXMLSerializeData2 Interface

Provides access to members that serialize and deserialize data from XML.

Members

Name Description
Method AddBinary Adds element value as an array of bytes.
Method AddBoolean Adds element value as a boolean.
Method AddByte Adds element value as a byte.
Method AddDate Adds element value as a date.
Method AddDouble Adds element value as a double.
Method AddFloat Adds element value as a float.
Method AddInt64 Adds element value as an int64.
Method AddInteger Adds element value as an integer.
Method AddObject Adds element value as an object.
Method AddShort Adds element value as a short.
Method AddString Adds element value as a string.
Method AddVariant Adds element value as a variant.
Read-only property Count Number of XML elements.
Method Find Finds an XML element by name.
Method GetBinary Obtains element value as an array of bytes.
Method GetBoolean Obtains element value as a boolean.
Method GetByte Obtains element value as a byte.
Method GetDate Obtains element value as a date.
Method GetDouble Obtains element value as a double.
Method GetFlag Obtains the value for a serialization flag.
Method GetFloat Obtains element value as a float.
Method GetInt64 Obtains element value as an int64.
Method GetInteger Obtains element value as an integer.
Method GetObject Obtains element value as an object instance.
Method GetShort Obtains element value as a short.
Method GetString Obtains element value as a string.
Method GetVariant Obtains element value as a variant.
Read/write property Properties Properties for serialization and deserialization.
Method SetFlag Writes the value for a serialization flag.
Read-only property TypeName XML type of the object.
Write-only property TypeName XML type of the object.
Read-only property TypeNamespaceURI XML type namespace of the object.
Write-only property TypeNamespaceURI XML type namespace of the object.

IXMLSerializeData2.AddInt64 Method

Adds element value as an int64.

Public Sub AddInt64 ( _
    ByVal Name As String, _
    ByVal Value As Long _
)
public void AddInt64 (
    string Name,
    long Value
);

IXMLSerializeData2.GetInt64 Method

Obtains element value as an int64.

Public Function GetInt64 ( _
    ByVal Index As Integer _
) As Long
public long GetInt64 (
    int Index
);

Inherited Interfaces

Interfaces Description
IXMLSerializeData Provides access to members that serialize and deserialize data from XML.

Classes that implement IXMLSerializeData2

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.