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)
Syntax
'Декларация
Public Shared Function GetSchema ( _
type As SchemaType _
) As XmlSchema
public static XmlSchema GetSchema(
SchemaType type
)
public:
static XmlSchema^ GetSchema(
SchemaType type
)
static member GetSchema :
type:SchemaType -> XmlSchema
public static function GetSchema(
type : SchemaType
) : XmlSchema
Parameters
- type
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.SchemaType
The schema type.
Return Value
Type: System.Xml.Schema.XmlSchema
The XmlSchema instance of the specified type.
.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.