Share via


RegisterHostAdapterAttribute.HostAdapterType Property

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

Syntax

'Declaration
Public ReadOnly Property HostAdapterType As Type
'Usage
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

.NET Framework Security

See Also

Reference

RegisterHostAdapterAttribute Class

RegisterHostAdapterAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace