DataCollectionEventArgs.Context (Propiedad)

Obtiene o establece la información de contexto para el evento.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
Devuelve la información de contexto para el evento.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectionEventArgs Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)

DataCollectionContext