Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the hierarchy of test suites that contains test points that match the WIQL query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryTestPointHierarchy ( _
queryText As String _
) As HierarchyEntry
HierarchyEntry QueryTestPointHierarchy(
string queryText
)
HierarchyEntry^ QueryTestPointHierarchy(
String^ queryText
)
abstract QueryTestPointHierarchy :
queryText:string -> HierarchyEntry
function QueryTestPointHierarchy(
queryText : String
) : HierarchyEntry
Parameters
- queryText
Type: System.String
A WIQL query string.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.HierarchyEntry
The root of the test suites hierarchy that contains test points that match the query.
.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.