Condividi tramite


TestResultId.ParentExecId Property

Definition

Gets the test execution ID for the parent test result.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestExecId ^ ParentExecId { Microsoft::VisualStudio::TestTools::Common::TestExecId ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestExecId ParentExecId { get; }
member this.ParentExecId : Microsoft.VisualStudio.TestTools.Common.TestExecId
Public ReadOnly Property ParentExecId As TestExecId

Property Value

The test execution ID for the parent test result, or null if the associated test result has no parent test result.

Applies to