Compartilhar via


Propriedade DataCollectionEventArgs.Context

Obtém ou define as informações de contexto para o evento.

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

Sintaxe

'Declaração
Public Property Context As DataCollectionContext
    Get
    Private Set
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 propriedade

Tipo: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
Retorna as informações de contexto para o evento.

Segurança do .NET Framework

Consulte também

Referência

DataCollectionEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

DataCollectionContext