Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.