ConnectionInfo.IXmlSerializable.GetSchema Method

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly:  Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)

Syntax

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

returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchema IXmlSerializable.GetSchema()
private:
virtual XmlSchema^ GetSchema() sealed = IXmlSerializable::GetSchema
JScript does not support explicit interface implementations.

Return Value

Type: System.Xml.Schema.XmlSchema

Implements

IXmlSerializable.GetSchema()

Permissions

See Also

Reference

ConnectionInfo Class

ConnectionInfo Members

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace