Aracılığıyla paylaş


TestCaseEventArgs.IsChildTestCase Özellik

Alır veya sınama durumu başka bir sınama durumu alt olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.Execution
Derleme:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll içinde)

Sözdizimi

'Bildirim
Public Property IsChildTestCase As Boolean
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)

Özellik Değeri

Tür: System.Boolean
true Bu alt sınama durumu ise ve false bu üst düzey bir sınama durumu ise.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TestCaseEventArgs Sınıf

Microsoft.VisualStudio.TestTools.Execution Ad Alanı

#ctor