StateDetailsContentsString.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.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public override XmlSchema GetSchema()
public:
virtual XmlSchema^ GetSchema() override
Public Overrides 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

StateDetailsContentsString Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top