Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

property TestExecId^ ParentExecId {
	TestExecId^ get();
	void set(TestExecId^ value);
}

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.

Return to top
Show: