次の方法で共有


IPropertyOwner インターフェイス

プロパティのバインディングをサポートするオブジェクトの共通インターフェイスを提供します。

名前空間:  Microsoft.TeamFoundation.TestManagement.Client
アセンブリ:  Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)

構文

'宣言
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

IPropertyOwner 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Error オブジェクトに関する間違いを示すエラー メッセージを取得します。 (IDataErrorInfo から継承されます。)
パブリック プロパティ InvalidProperties 無効なプロパティ名のリストを取得します。
パブリック プロパティ IsDirty 前回の更新、フェッチ、または保存時以降に変更されたプロパティがあるかどうかを示す値を取得します。
パブリック プロパティ Item 指定した名前のプロパティに関するエラー メッセージを取得します。 (IDataErrorInfo から継承されます。)

このページのトップへ

イベント

  名前 説明
パブリック イベント PropertyChanged プロパティ値が変更されたときに発生します。 (INotifyPropertyChanged から継承されます。)

このページのトップへ

参照

参照

Microsoft.TeamFoundation.TestManagement.Client 名前空間

IDataErrorInfo

INotifyPropertyChanged