Share via


ITestElement.ParentExecId Property

Gets the test execution ID for the parent object.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Property ParentExecId As TestExecId
'Usage
Dim instance As ITestElement 
Dim value As TestExecId 

value = instance.ParentExecId

instance.ParentExecId = value
TestExecId ParentExecId { get; set; }
property TestExecId^ ParentExecId {
    TestExecId^ get ();
    void set (TestExecId^ value);
}
function get ParentExecId () : TestExecId 
function set ParentExecId (value : TestExecId)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestExecId
If this element is not a top-level element, the test execution ID for the parent object; otherwise, TestExecId.Empty.

.NET Framework Security

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace

TestExecId