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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DataCollectionEventArgs Classe