This documentation is archived and is not being maintained.

Schemas::GetSchemas Method

Gets the collection of schemas that is required to validate a document of the specified type.

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

public:
static IEnumerable<XmlSchema^>^ GetSchemas(
	SchemaType type
)

Return Value

Type: System.Collections.Generic::IEnumerable<XmlSchema>
The collection of schemas that is required for validation of a document of the specified type.

The schemas that are returned appear in reverse chronological order (latest first).

Show: