Share via


CDataHelper.GetSchema Method ()

 

This method is reserved and should not be used.

When you implement the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method. If you need to specify a custom schema, apply the XmlSchemaProviderAttribute to the class.

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

Syntax

public XmlSchema GetSchema()
public:
virtual XmlSchema^ GetSchema() sealed
Public Function GetSchema As XmlSchema

Return Value

Type: System.Xml.Schema.XmlSchema

An XmlSchema that describes the XML representation of the object that is produced by the WriteXml method and consumed by the ReadXml method.

Implements

IXmlSerializable.GetSchema()

See Also

CDataHelper Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top