Freigeben über


DataCollectionEnvironmentContext-Konstruktor (AgentContext, ControllerContext, DataCollectionContext, TcmContext)

Initialisiert eine neue Instanz der DataCollectionEnvironmentContext-Klasse mit dem angegebenen Agent-Kontext, Controllerkontext und Kontext für die Sitzungsdatensammlung und den Testfall-Manager.

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

Syntax

'Declaration
Public Sub New ( _
    agentContext As AgentContext, _
    controllerContext As ControllerContext, _
    sessionDataCollectionContext As DataCollectionContext, _
    tcmContext As TcmContext _
)
public DataCollectionEnvironmentContext(
    AgentContext agentContext,
    ControllerContext controllerContext,
    DataCollectionContext sessionDataCollectionContext,
    TcmContext tcmContext
)
public:
DataCollectionEnvironmentContext(
    AgentContext^ agentContext, 
    ControllerContext^ controllerContext, 
    DataCollectionContext^ sessionDataCollectionContext, 
    TcmContext^ tcmContext
)
new : 
        agentContext:AgentContext * 
        controllerContext:ControllerContext * 
        sessionDataCollectionContext:DataCollectionContext * 
        tcmContext:TcmContext -> DataCollectionEnvironmentContext
public function DataCollectionEnvironmentContext(
    agentContext : AgentContext, 
    controllerContext : ControllerContext, 
    sessionDataCollectionContext : DataCollectionContext, 
    tcmContext : TcmContext
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectionEnvironmentContext Klasse

DataCollectionEnvironmentContext-Überladung

Microsoft.VisualStudio.TestTools.Execution-Namespace

AgentContext

ControllerContext

DataCollectionContext

TcmContext