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.
Registers a test controller with the Visual Studio Test Professional.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestController _
    Inherits IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface ITestController : IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
public interface class ITestController : IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
type ITestController =  
    interface 
        interface IPropertyOwner 
        interface IDataErrorInfo 
        interface INotifyPropertyChanged 
    end
public interface ITestController extends IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
The ITestController type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Description | Gets or sets the description of this test controller. | 
| .gif) | DisplayName | Gets or sets name of the controller as it will appear in the user interface (UI). | 
| .gif) | Error | Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.) | 
| .gif) | GroupId | Gets or sets the identifier for the group of test controllers that contains this test controller. | 
| .gif) | InvalidProperties | Gets a list of property names that are invalid. (Inherited from IPropertyOwner.) | 
| .gif) | IsDirty | Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save. (Inherited from IPropertyOwner.) | 
| .gif) | Item | Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.) | 
| .gif) | Name | Gets or sets the project-unique name of this test controller. | 
| .gif) | Properties | Gets the dictionary of name/value pairs that represent the properties of this test controller. | 
| .gif) | State | State of the test controller. | 
| .gif) | TestEnvironments | Gets a test environment helper that has properties and methods for test environments that belong to this test controller. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Register | Registers this test controller with the team project collection. | 
| .gif) | Unregister | Removes the registration of this test controller from the team project collection. | 
| .gif) | Update | Updates the registration of this test controller in the team project collection. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top