DataCollectionEventArgs.Context Property

Definition

Gets or sets the context information for the event.

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

Property Value

Returns the context information for the event.

Applies to