次の方法で共有


TestCaseResetEventArgs クラス

TestCaseReset イベントのイベント引数を表します。

継承階層

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.Execution.DataCollectionEventArgs
      Microsoft.VisualStudio.TestTools.Execution.TestCaseEventArgs
        Microsoft.VisualStudio.TestTools.Execution.TestCaseResetEventArgs

名前空間:  Microsoft.VisualStudio.TestTools.Execution
アセンブリ:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class TestCaseResetEventArgs _
    Inherits TestCaseEventArgs
[SerializableAttribute]
public sealed class TestCaseResetEventArgs : TestCaseEventArgs
[SerializableAttribute]
public ref class TestCaseResetEventArgs sealed : public TestCaseEventArgs
[<Sealed>]
[<SerializableAttribute>]
type TestCaseResetEventArgs =  
    class
        inherit TestCaseEventArgs
    end
public final class TestCaseResetEventArgs extends TestCaseEventArgs

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

コンストラクター

  名前 説明
パブリック メソッド TestCaseResetEventArgs

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ Context イベントのコンテキスト情報を取得または設定します。 (DataCollectionEventArgs から継承されます。)
パブリック プロパティ IsChildTestCase テスト ケースが別のテスト ケースの子であるかどうかを示す値を取得または設定します。 (TestCaseEventArgs から継承されます。)
パブリック プロパティ TargetDataCollectorUri (DataCollectionEventArgs から継承されます。)
パブリック プロパティ TcmInformation テスト ケースに関する詳細なデータを Test Manager サーバーから取得するために使用できる情報が格納されたオブジェクトを取得します。 (TestCaseEventArgs から継承されます。)
パブリック プロパティ TestCaseId テスト ケース識別子を取得または設定します。 (TestCaseEventArgs から継承されます。)
パブリック プロパティ TestCaseName テスト ケースの名前を取得または設定します。 (TestCaseEventArgs から継承されます。)
パブリック プロパティ TestElement 現在のテストを取得します。 (TestCaseEventArgs から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Equals 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。)
パブリック メソッド GetHashCode 特定の型のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.VisualStudio.TestTools.Execution 名前空間

TestCaseReset

TestCaseEventArgs