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.
DataCollectionEventArgs::Context Property
Gets or sets the context information for the event.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
public: property DataCollectionContext^ Context { [CompilerGeneratedAttribute] DataCollectionContext^ get(); [CompilerGeneratedAttribute] private: void set(DataCollectionContext^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution::DataCollectionContext^Returns the context information for the event.
Show: