ITestSettingsHelper Interface

Provides helper properties and methods for test settings objects in Visual Studio Test Professional.

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

Syntax

'Declaration
Public Interface ITestSettingsHelper
public interface ITestSettingsHelper
public interface class ITestSettingsHelper
type ITestSettingsHelper =  interface end
public interface ITestSettingsHelper

The ITestSettingsHelper type exposes the following members.

Methods

  Name Description
Public method Count Returns the number of test settings objects on the server that match the given query.
Public method Create Returns a new test settings instance.
Public method CreateFromFile Creates a test settings object from an XML file.
Public method Find Retrieves the specified test settings from the server.
Public method Query Returns a list of test settings objects that match the given query.

Top

Remarks

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.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSettings