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.
Represents a link to the implementation of an automated test.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestImplementation _
    Inherits INotifyPropertyChanged
public interface ITestImplementation : INotifyPropertyChanged
public interface class ITestImplementation : INotifyPropertyChanged
type ITestImplementation =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface ITestImplementation extends INotifyPropertyChanged
The ITestImplementation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DisplayText | Gets the text to display to the user in the user interface for this link. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top