[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttributeto the class.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
XmlSchema 
GetSchema()
Public 
Function 
GetSchema 
As 
XmlSchema
public:
virtual 
XmlSchema^ 
GetSchema() 
sealed

Return Value

An XmlSchemathat describes the XML representation of the object that is produced by the WriteXml(XmlWriter)method and consumed by the ReadXml(XmlReader)method.

Implements

IXmlSerializable . . :: . . GetSchema () () () ()

See Also