共用方式為


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 安全性

請參閱

參考

CollectorDataEntry 類別

CollectorDataEntry 多載

Microsoft.VisualStudio.TestTools.Common 命名空間