DataCollectionEventArgs.Context Property

Gets or sets the context information for the event.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property Context As DataCollectionContext
public DataCollectionContext Context { get; private set; }
public:
property DataCollectionContext^ Context {
    DataCollectionContext^ get ();
    private: void set (DataCollectionContext^ value);
}
member Context : DataCollectionContext with get, private set
function get Context () : DataCollectionContext
private function set Context (value : DataCollectionContext)

Property Value

Type: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
Returns the context information for the event.

.NET Framework Security

See Also

Reference

DataCollectionEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

DataCollectionContext