次の方法で共有


DataCollectorDescriptionAttribute コンストラクター (String, Boolean)

データ コレクターの説明を使用して、DataCollectorDescriptionAttribute を初期化します。

名前空間:  Microsoft.VisualStudio.TestTools.Execution
アセンブリ:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)

構文

'宣言
Public Sub New ( _
    description As String, _
    isResourceName As Boolean _
)
public DataCollectorDescriptionAttribute(
    string description,
    bool isResourceName
)
public:
DataCollectorDescriptionAttribute(
    String^ description, 
    bool isResourceName
)
new : 
        description:string * 
        isResourceName:bool -> DataCollectorDescriptionAttribute
public function DataCollectorDescriptionAttribute(
    description : String, 
    isResourceName : boolean
)

パラメーター

  • description
    型 : System.String
    診断データ アダプターの説明、またはその説明を含んだリソース名。
  • isResourceName
    型 : System.Boolean
    true は、説明に指定された文字列がリソース名であることを示します。false は、指定された文字列がデータ コレクターの説明として直接使用されることを示します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataCollectorDescriptionAttribute クラス

DataCollectorDescriptionAttribute オーバーロード

Microsoft.VisualStudio.TestTools.Execution 名前空間

DataCollectorDescriptionAttribute

その他の技術情報

方法: カスタム診断データ アダプターを作成する