QueryDefinition.GetQueryType Method
Gets the query type from the specified text.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
‘선언
Public Shared Function GetQueryType ( _
queryText As String _
) As QueryType
public static QueryType GetQueryType(
string queryText
)
public:
static QueryType GetQueryType(
String^ queryText
)
static member GetQueryType :
queryText:string -> QueryType
public static function GetQueryType(
queryText : String
) : QueryType
Parameters
- queryText
Type: System.String
The query text to parse.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.QueryType
Returns QueryType.
.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.