ITestElement.ParentExecId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the test execution ID for the parent object.
public:
property Microsoft::VisualStudio::TestTools::Common::TestExecId ^ ParentExecId { Microsoft::VisualStudio::TestTools::Common::TestExecId ^ get(); void set(Microsoft::VisualStudio::TestTools::Common::TestExecId ^ value); };
public Microsoft.VisualStudio.TestTools.Common.TestExecId ParentExecId { get; set; }
member this.ParentExecId : Microsoft.VisualStudio.TestTools.Common.TestExecId with get, set
Public Property ParentExecId As TestExecId
Property Value
If this element is not a top-level element, the test execution ID for the parent object; otherwise, Empty.