ActivityXmlData.IXmlSerializable.GetSchema Method
GetSchema is not implemented and returns null instead of throwing an exception.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Private Function GetSchema As XmlSchema
Implements IXmlSerializable.GetSchema
'Usage
Dim instance As ActivityXmlData
Dim returnValue As XmlSchema
returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchema IXmlSerializable.GetSchema()
Return Value
Type: System.Xml.Schema.XmlSchema
XmlSchema.