Delen via


ITestPlan.QueryTestPointHierarchy Method

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

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

See Also

Reference

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

HierarchyEntry