RegisterHostAdapterAttribute.HostAdapterType Property

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

Syntax

'宣言
Public ReadOnly Property HostAdapterType As Type
'使用
Dim instance As RegisterHostAdapterAttribute
Dim value As Type

value = instance.HostAdapterType
public Type HostAdapterType { get; }
public:
property Type^ HostAdapterType {
    Type^ get ();
}
public function get HostAdapterType () : Type

Property Value

Type: System.Type

Permissions

See Also

Reference

RegisterHostAdapterAttribute Class

RegisterHostAdapterAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace