次の方法で共有


ITestPointProperties インターフェイス

変更される可能性のある、テスト ポイントのプロパティを表します。

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

構文

'宣言
Public Interface ITestPointProperties
public interface ITestPointProperties
public interface class ITestPointProperties
type ITestPointProperties =  interface end
public interface ITestPointProperties

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

プロパティ

  名前 説明
パブリック プロパティ Comment 関連付けられているテスト ポイントのコメントを取得または設定します。
パブリック プロパティ LastUpdated このオブジェクトが最後に更新された日付を取得します。
パブリック プロパティ LastUpdatedBy このオブジェクトを最後に更新した人物の ID を取得します。
パブリック プロパティ MostRecentFailureType 関連付けられているテスト ポイントの最新の FailureType を取得します。
パブリック プロパティ MostRecentResolutionStateId 最新の解決状態設定の ID を取得します。
パブリック プロパティ MostRecentResultId 最新の結果設定の ID を取得します。
パブリック プロパティ MostRecentResultOutcome 最新の最終結果設定を取得します。
パブリック プロパティ MostRecentResultState 最新の状態設定を取得します。
パブリック プロパティ MostRecentRunId 最新のテストの実行 ID を取得します。
パブリック プロパティ Revision 関連付けられているテスト ポイントの内部リビジョン番号を取得します。
パブリック プロパティ State 関連付けられているテスト ポイントの現在の状態を取得します。

このページのトップへ

解説

このインターフェイスは、Visual Studio でテスト ケース管理 (TCM) のオブジェクト モデルをサポートします。 このインターフェイスは、カスタム クラスで実装するためのものではありません。しかし、TCM オブジェクトが内部実装を返す場合、このインターフェイスをカスタム クラスで使用できます。

参照

参照

Microsoft.TeamFoundation.TestManagement.Client 名前空間

ITestPoint