共用方式為


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 命名空間

其他資源

HOW TO:建立診斷資料配接器

Packaging and Installing Test Type Extensions in Visual Studio