次の方法で共有


CollectorDataEntry コンストラクター (Uri, String, String, String, Boolean, IList<IDataAttachment>)

この 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, _
    attachments As IList(Of IDataAttachment) _
)
public CollectorDataEntry(
    Uri uri,
    string collectorDisplayName,
    string agentName,
    string agentDisplayName,
    bool isFromRemoteAgent,
    IList<IDataAttachment> attachments
)
public:
CollectorDataEntry(
    Uri^ uri, 
    String^ collectorDisplayName, 
    String^ agentName, 
    String^ agentDisplayName, 
    bool isFromRemoteAgent, 
    IList<IDataAttachment^>^ attachments
)
new : 
        uri:Uri * 
        collectorDisplayName:string * 
        agentName:string * 
        agentDisplayName:string * 
        isFromRemoteAgent:bool * 
        attachments:IList<IDataAttachment> -> CollectorDataEntry
public function CollectorDataEntry(
    uri : Uri, 
    collectorDisplayName : String, 
    agentName : String, 
    agentDisplayName : String, 
    isFromRemoteAgent : boolean, 
    attachments : IList<IDataAttachment>
)

パラメーター

  • 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 名前空間

IDataAttachment