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 から継承されます。) |
このページのトップへ