次の方法で共有


ITestImplementation インターフェイス

自動テストの実装へのリンクを表します。

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

構文

'宣言
Public Interface ITestImplementation _
    Inherits INotifyPropertyChanged
public interface ITestImplementation : INotifyPropertyChanged
public interface class ITestImplementation : INotifyPropertyChanged
type ITestImplementation =  
    interface
        interface INotifyPropertyChanged
    end
public interface ITestImplementation extends INotifyPropertyChanged

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

プロパティ

  名前 説明
パブリック プロパティ DisplayText このリンクのユーザー インターフェイスでユーザーに表示するテキストを取得します。

このページのトップへ

イベント

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

このページのトップへ

参照

参照

Microsoft.TeamFoundation.TestManagement.Client 名前空間

INotifyPropertyChanged