Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestPlanHelper2 Interface

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class ITestPlanHelper2 : ITestPlanHelper

NameDescription
System_CAPS_pubmethodBeginCloneOperation(Int32, ITestPlan^, List<Int32>^, String^, CloneOptions^)

(Inherited from ITestPlanHelper.)

System_CAPS_pubmethodCreate()

Creates a new test plan.(Inherited from ITestPlanHelper.)

System_CAPS_pubmethodCreateFromWorkItem(Int32)

System_CAPS_pubmethodFetchCloneInformation(Int32)

(Inherited from ITestPlanHelper.)

System_CAPS_pubmethodFetchPlanIdsWithCloneHistory()

(Inherited from ITestPlanHelper.)

System_CAPS_pubmethodFind(Int32)

Retrieves the specified test plan from the server.(Inherited from ITestPlanHelper.)

System_CAPS_pubmethodFind2(Int32, Boolean)

System_CAPS_pubmethodGetCloneOperationInformation(Int32)

(Inherited from ITestPlanHelper.)

System_CAPS_pubmethodQuery(String^)

Returns a list of test plans that match the provided work item query language (WIQL) query. (Inherited from ITestPlanHelper.)

System_CAPS_pubmethodQuery(String^, IDictionary^)

Returns a list of test plans that match the provided query and properties.(Inherited from ITestPlanHelper.)

System_CAPS_pubmethodQuery2(String^, Boolean)

Return to top
Show: