ITestElement.Adapter Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
ReadOnly Property Adapter As String
'使用
Dim instance As ITestElement
Dim value As String

value = instance.Adapter
string Adapter { get; }
property String^ Adapter {
    String^ get ();
}
function get Adapter () : String

Property Value

Type: System.String

Permissions

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace