Partager via


IMachineRole, interface

Décrit un type de rôle d'ordinateur pour un environnement de test, tel que le rôle de serveur Web ou le rôle client.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Public Interface IMachineRole _
    Inherits IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface IMachineRole : IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
public interface class IMachineRole : IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
type IMachineRole =  
    interface
        interface IPropertyOwner
        interface IDataErrorInfo
        interface INotifyPropertyChanged
    end
public interface IMachineRole extends IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged

Le type IMachineRole expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Error Obtient un message d'erreur indiquant le problème lié à cet objet. (Hérité de IDataErrorInfo.)
Propriété publique Id Obtient le GUID de ce rôle d'ordinateur.
Propriété publique InvalidProperties Obtient une liste des noms de propriété non valides. (Hérité de IPropertyOwner.)
Propriété publique IsDirty Obtient une valeur qui indique si des propriétés ont été modifiées depuis la dernière actualisation, extraction ou sauvegarde. (Hérité de IPropertyOwner.)
Propriété publique Item Obtient le message d'erreur pour la propriété portant le nom donné. (Hérité de IDataErrorInfo.)
Propriété publique Name Obtient ou définit un nom affichable par l'utilisateur pour ce rôle d'ordinateur.Doit être unique.

Début

Événements

  Nom Description
Événement public PropertyChanged Se produit lorsqu'une valeur de propriété est modifiée. (Hérité de INotifyPropertyChanged.)

Début

Voir aussi

Référence

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

IPropertyOwner

IDataErrorInfo

INotifyPropertyChanged