共用方式為


TestElement.Adapter 屬性

在衍生類別中覆寫時,取得相關聯的診斷資料配接器。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property Adapter As String
public abstract string Adapter { get; }
public:
virtual property String^ Adapter {
    String^ get () abstract;
}
abstract Adapter : string with get
abstract function get Adapter () : String

屬性值

型別:System.String
診斷資料配接器 (如果存在相關聯項目的話),否則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

實作

ITestElement.Adapter

.NET Framework 安全性

請參閱

參考

TestElement 類別

Microsoft.VisualStudio.TestTools.Common 命名空間