Udostępnij za pośrednictwem


Właściwość ITestElement.ParentExecId —

Pobiera identyfikator wykonanie testu dla obiektu nadrzędnego.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Property ParentExecId As TestExecId
TestExecId ParentExecId { get; set; }
property TestExecId^ ParentExecId {
    TestExecId^ get ();
    void set (TestExecId^ value);
}
abstract ParentExecId : TestExecId with get, set
function get ParentExecId () : TestExecId
function set ParentExecId (value : TestExecId)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.Common.TestExecId
Jeśli ten element nie jest elementem najwyższego poziomu, identyfikator wykonanie testu dla obiektu nadrzędnego; w przeciwnym razie TestExecId.Empty.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

TestExecId