CollectorDataEntry 构造函数 (Uri, String, String, String, Boolean)
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
使用提供的参数值初始化 CollectorDataEntry 类的新实例。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Sub New ( _
uri As Uri, _
collectorDisplayName As String, _
agentName As String, _
agentDisplayName As String, _
isFromRemoteAgent As Boolean _
)
public CollectorDataEntry(
Uri uri,
string collectorDisplayName,
string agentName,
string agentDisplayName,
bool isFromRemoteAgent
)
public:
CollectorDataEntry(
Uri^ uri,
String^ collectorDisplayName,
String^ agentName,
String^ agentDisplayName,
bool isFromRemoteAgent
)
new :
uri:Uri *
collectorDisplayName:string *
agentName:string *
agentDisplayName:string *
isFromRemoteAgent:bool -> CollectorDataEntry
public function CollectorDataEntry(
uri : Uri,
collectorDisplayName : String,
agentName : String,
agentDisplayName : String,
isFromRemoteAgent : boolean
)
参数
- uri
类型:System.Uri
诊断数据适配器的统一资源标识符 (URI)。
- collectorDisplayName
类型:System.String
诊断数据适配器的显示名称。
- agentName
类型:System.String
此数据输入的测试代理的名称。
- agentDisplayName
类型:System.String
此数据输入的测试代理的显示名称。
- isFromRemoteAgent
类型:System.Boolean
如果代理位于远程计算机上,则为 true;如果代理位于本地计算机上,则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。