IPropertyOwner, interface
Fournit une interface commune pour les objets qui prennent en charge la liaison de propriété.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Public Interface IPropertyOwner _
Inherits IDataErrorInfo, INotifyPropertyChanged
public interface IPropertyOwner : IDataErrorInfo,
INotifyPropertyChanged
public interface class IPropertyOwner : IDataErrorInfo,
INotifyPropertyChanged
type IPropertyOwner =
interface
interface IDataErrorInfo
interface INotifyPropertyChanged
end
public interface IPropertyOwner extends IDataErrorInfo, INotifyPropertyChanged
Le type IPropertyOwner 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.) | |
InvalidProperties | Obtient une liste des noms de propriété non valides. | |
IsDirty | Obtient une valeur qui indique si des propriétés ont été modifiées depuis la dernière actualisation, extraction ou sauvegarde. | |
Item | Obtient le message d'erreur pour la propriété portant le nom donné. (Hérité de IDataErrorInfo.) |
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