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)

Syntax

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

Parameters

Return Value

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

Remarks

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

.NET Framework Security

See Also

Reference

Schemas Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace