TrackingDataProperty.IXmlSerializable.ReadXml Method
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 TrackingDataProperty
Dim reader As XmlReader
CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml(
XmlReader reader
)
Parameters
- reader
Type: System.Xml.XmlReader
XmlReader.
Implements
IXmlSerializable.ReadXml(XmlReader)
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown because the operation is not supported. |