共用方式為


DataCollectionEnvironmentContext 建構函式 (AgentContext, ControllerContext, DataCollectionContext, TcmContext)

使用提供的代理程式內容、控制器內容、工作階段資料收集內容和測試案例管理員內容,初始化 DataCollectionEnvironmentContext 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

DataCollectionEnvironmentContext 類別

DataCollectionEnvironmentContext 多載

Microsoft.VisualStudio.TestTools.Execution 命名空間

AgentContext

ControllerContext

DataCollectionContext

TcmContext