Partager via


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

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

IDataErrorInfo

INotifyPropertyChanged