다음을 통해 공유


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
    형식: Uri

    진단 데이터 어댑터의 URI입니다.

  • collectorDisplayName
    형식: String

    진단 데이터 어댑터의 표시 이름입니다.

  • agentName
    형식: String

    이 데이터 엔트리의 테스트 에이전트 이름입니다.

  • agentDisplayName
    형식: String

    이 데이터 엔트리의 테스트 에이전트 표시 이름입니다.

  • isFromRemoteAgent
    형식: Boolean

    에이전트가 원격 컴퓨터에 있으면 true이고, 로컬 컴퓨터에 있으면 false입니다.

.NET Framework 보안

참고 항목

참조

CollectorDataEntry 클래스

CollectorDataEntry 오버로드

Microsoft.VisualStudio.TestTools.Common 네임스페이스

IDataAttachment