Condividi tramite


Interfaccia ITestImplementation

Rappresenta un collegamento all'implementazione di un test automatizzato.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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

Il tipo ITestImplementation espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica DisplayText Ottiene il testo da visualizzare all'utente nell'interfaccia utente per questo collegamento.

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Generato quando il valore di una proprietà cambia. (Ereditato da INotifyPropertyChanged)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

INotifyPropertyChanged