ITestController Interface
Registers a test controller with the Visual Studio Test Professional.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the description of this test controller. |
![]() | DisplayName | Gets or sets name of the controller as it will appear in the user interface (UI). |
![]() | Error | (Inherited from IDataErrorInfo.) |
![]() | GroupId | Gets or sets the identifier for the group of test controllers that contains this test controller. |
![]() | InvalidProperties | Gets a list of property names that are invalid.(Inherited from IPropertyOwner.) |
![]() | IsDirty | Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.(Inherited from IPropertyOwner.) |
![]() | Item[String^] | (Inherited from IDataErrorInfo.) |
![]() | Name | Gets or sets the project-unique name of this test controller. |
![]() | Properties | Gets the dictionary of name/value pairs that represent the properties of this test controller. |
![]() | State | State of the test controller. |
![]() | TestEnvironments | Gets a test environment helper that has properties and methods for test environments that belong to this test controller. |
| Name | Description | |
|---|---|---|
![]() | Register() | Registers this test controller with the team project collection. |
![]() | Unregister() | Removes the registration of this test controller from the team project collection. |
![]() | Update() | Updates the registration of this test controller in the team project collection. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |


