ITestImplementation Interface

 

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

public interface ITestImplementation : INotifyPropertyChanged
public interface class ITestImplementation : INotifyPropertyChanged
type ITestImplementation = 
    interface
        interface INotifyPropertyChanged
    end
Public Interface ITestImplementation
    Inherits INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty DisplayText

Gets the text to display to the user in the user interface for this link.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top