RegisterHostAdapterAttribute.HostAdapterName Property

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

Syntax

'宣言
Public ReadOnly Property HostAdapterName As String
'使用
Dim instance As RegisterHostAdapterAttribute
Dim value As String

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

Property Value

Type: System.String

Permissions

See Also

Reference

RegisterHostAdapterAttribute Class

RegisterHostAdapterAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace