This documentation is archived and is not being maintained.
Schemas::GetSchemas Method
Visual Studio 2013
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)
Parameters
- type
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::SchemaType
The schema 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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: