Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.