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.
ITestSettingsHelper Interface
Provides helper properties and methods for test settings objects in Visual Studio Test Professional.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Count(String^) | Returns the number of test settings objects on the server that match the given query. |
![]() | Create() | Returns a new test settings instance. |
![]() | CreateFromFile(String^) | Creates a test settings object from an XML file. |
![]() | Find(Int32) | Retrieves the specified test settings from the server. |
![]() | Query(String^) | Returns a list of test settings objects that match the given query. |
This interface supports the object model for Test Case management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class. But you can use this interface in a custom class if a TCM object returns an internal implementation.
Show:
