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
type
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.SchemaTypeThe 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.
Remarks
The schemas that are returned appear in reverse chronological order (latest first).
.NET Framework Security
- 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.