Partilhar via


ActivityXmlData.IXmlSerializable.ReadXml Method

Reads XML schema and data into the XML block. Deserialization is not supported.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Private Sub ReadXml ( _
    reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As ActivityXmlData
Dim reader As XmlReader

CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml(
    XmlReader reader
)

Parameters

Implements

IXmlSerializable.ReadXml(XmlReader)

Exceptions

Exception Condition
NotSupportedException

Thrown because the operation is not supported.

See Also

Reference

ActivityXmlData Class

ActivityXmlData Members

Microsoft.Rtc.Workflow.Activities Namespace