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 | |
---|---|---|
Error | Obtient un message d'erreur indiquant le problème lié à cet objet. (Hérité de IDataErrorInfo.) | |
Id | Obtient le GUID de ce rôle d'ordinateur. | |
InvalidProperties | Obtient une liste des noms de propriété non valides. (Hérité de IPropertyOwner.) | |
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.) | |
Item | Obtient le message d'erreur pour la propriété portant le nom donné. (Hérité de IDataErrorInfo.) | |
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 | |
---|---|---|
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