次の方法で共有


ITestTypeSpecificRunConfigurationData インターフェイス

テストの種類に固有のテストの実行構成データを使用して、テストの種類を定義する拡張オブジェクトによって実装する必要がある、インターフェイスを表します。

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

構文

'宣言
Public Interface ITestTypeSpecificRunConfigurationData _
    Inherits ICloneable
public interface ITestTypeSpecificRunConfigurationData : ICloneable
public interface class ITestTypeSpecificRunConfigurationData : ICloneable
type ITestTypeSpecificRunConfigurationData =  
    interface
        interface ICloneable
    end
public interface ITestTypeSpecificRunConfigurationData extends ICloneable

ITestTypeSpecificRunConfigurationData 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ RunConfigurationInformation 派生クラスで実装された場合に、カスタムのテストの種類および関連付けられたテストの実行に固有の構成データを取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Clone 現在のインスタンスのコピーである新しいオブジェクトを作成します。 (ICloneable から継承されます。)

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.TestTools.Common 名前空間

その他の技術情報

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

Packaging and Installing Test Type Extensions in Visual Studio