DataCollectionEventArgs – konstruktor
Inicializuje instanci uložením dané informace.
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
Protected Sub New ( _
context As DataCollectionContext _
)
protected DataCollectionEventArgs(
DataCollectionContext context
)
protected:
DataCollectionEventArgs(
DataCollectionContext^ context
)
new :
context:DataCollectionContext -> DataCollectionEventArgs
protected function DataCollectionEventArgs(
context : DataCollectionContext
)
Parametry
- context
Typ: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
Informace o kontextu události.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.