DataCollectionContext.TestExecId Property

Definition

Gets a TestExecId that identifies the test execution under which the data collection occurs.

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

Property Value

A TestExecId object, or null if no executing test is associated with this context.

Applies to