FeedClockVectorElement.IXmlSerializable.GetSchema Method

Returns a null reference (Nothing in Visual Basic).

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Private Function GetSchema As XmlSchema
    Implements IXmlSerializable.GetSchema
'Usage
Dim instance As FeedClockVectorElement
Dim returnValue As XmlSchema

returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchema IXmlSerializable.GetSchema()
private:
virtual XmlSchema^ GetSchema() sealed = IXmlSerializable::GetSchema
private abstract GetSchema : unit -> XmlSchema 
private override GetSchema : unit -> XmlSchema 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Xml.Schema.XmlSchema
A null reference (Nothing in Visual Basic).

Implements

IXmlSerializable.GetSchema()

See Also

Reference

FeedClockVectorElement Class

Microsoft.Synchronization.FeedSync Namespace