次の方法で共有


ITestResolutionState インターフェイス

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

テスト ケースの結果の解決状態を表します。

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

構文

'宣言
Public Interface ITestResolutionState _
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
public interface ITestResolutionState : IIdentifiable<int>, 
    INotifyPropertyChanged
public interface class ITestResolutionState : IIdentifiable<int>, 
    INotifyPropertyChanged
type ITestResolutionState =  
    interface
        interface IIdentifiable<int>
        interface INotifyPropertyChanged
    end
public interface ITestResolutionState extends IIdentifiable<int>, INotifyPropertyChanged

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

プロパティ

  名前 説明
パブリック プロパティ Id 識別子を取得します。 (IIdentifiable<TKey> から継承されます。)
パブリック プロパティ Name この解決状態の名前を取得します。
パブリック プロパティ Project このテストの解決状態の ITestManagementTeamProject を取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Delete このテストの解決状態をサーバーから削除します。
パブリック メソッド Refresh このテストの解決状態をサーバーのデータを使用して更新します。
パブリック メソッド Save 新しいテストの解決状態または更新されたテストの解決状態をサーバーに書き込みます。

このページのトップへ

イベント

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

このページのトップへ

参照

関連項目

Microsoft.TeamFoundation.TestManagement.Client 名前空間

ITestCaseResult