Schemas.GetSchema Method

Gets the latest schema of the specified type.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Shared Function GetSchema ( _
    type As SchemaType _
) As XmlSchema
public static XmlSchema GetSchema(
    SchemaType type
)
public:
static XmlSchema^ GetSchema(
    SchemaType type
)
static member GetSchema : 
        type:SchemaType -> XmlSchema
public static function GetSchema(
    type : SchemaType
) : XmlSchema

Parameters

Return Value

Type: System.Xml.Schema.XmlSchema
The XmlSchema instance of the specified type.

.NET Framework Security

See Also

Reference

Schemas Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace