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 (Uniform Resource Identifier)。
- collectorDisplayName
型 : System.String
診断データ アダプターの表示名。
- agentName
型 : System.String
このデータ エントリのテスト エージェントの名前。
- agentDisplayName
型 : System.String
このデータ エントリのテスト エージェントの表示名。
- isFromRemoteAgent
型 : System.Boolean
エージェントがリモート コンピューター上にある場合は true。エージェントがローカル コンピューター上にある場合は false。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。