This documentation is archived and is not being maintained.

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)

public:
static XmlSchema^ GetSchema(
	SchemaType type
)

Return Value

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

Show: