次の方法で共有


TestCaseEventArgs.IsChildTestCase プロパティ

テスト ケースが別のテスト ケースの子であるかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Property IsChildTestCase As Boolean
    Get
    Private Set
public bool IsChildTestCase { get; private set; }
public:
property bool IsChildTestCase {
    bool get ();
    private: void set (bool value);
}
member IsChildTestCase : bool with get, private set
function get IsChildTestCase () : boolean
private function set IsChildTestCase (value : boolean)

プロパティ値

型: System.Boolean
これが子テスト ケースである場合は true。トップレベルのテスト ケースである場合は false。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

TestCaseEventArgs クラス

Microsoft.VisualStudio.TestTools.Execution 名前空間

#ctor(DataCollectionContext, Int32, String, Boolean)