Compartilhar via


Interface ITestImplementation

 

Representa um link para a implementação de um teste automatizado.

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

Sintaxe

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

Propriedades

Nome Descrição
System_CAPS_pubproperty DisplayText

Obtém o texto a ser exibido para o usuário na interface do usuário para este vínculo.

Eventos

Nome Descrição
System_CAPS_pubevent PropertyChanged

(herdado de INotifyPropertyChanged.)

Consulte também

INotifyPropertyChanged
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo