Partager via


DataCollectionEventArgs.Context, propriété

Obtient ou définit les informations de contexte pour l'événement.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
Retourne les informations de contexte pour l'événement.

Sécurité .NET Framework

Voir aussi

Référence

DataCollectionEventArgs Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms

DataCollectionContext