Share via


SPDiagnosticsState.IXmlSerializable.GetSchema method

Returns the schema for the serialization of the object

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchemaIXmlSerializable.GetSchema()

Return value

Type: System.Xml.Schema.XmlSchema
Null, because we do not publish a schema for the SPDiagnosticsState object

Implements

IXmlSerializable.GetSchema()

See also

Reference

SPDiagnosticsState class

SPDiagnosticsState members

Microsoft.SharePoint.Utilities namespace