BasicTransferInformation 构造函数

使用提供的上下文初始化 BasicTransferInformation 类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
Protected Sub New ( _
    context As DataCollectionContext _
)
protected BasicTransferInformation(
    DataCollectionContext context
)
protected:
BasicTransferInformation(
    DataCollectionContext^ context
)
new : 
        context:DataCollectionContext -> BasicTransferInformation
protected function BasicTransferInformation(
    context : DataCollectionContext
)

参数

.NET Framework 安全性

请参见

参考

BasicTransferInformation 类

Microsoft.VisualStudio.TestTools.Execution 命名空间

DataCollectionContext