Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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.StringThe 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.