Share via


RegisterHostAdapterAttribute.HostAdapterEditorType Property

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

Syntax

'Declaration
Public ReadOnly Property HostAdapterEditorType As Type
'Usage
Dim instance As RegisterHostAdapterAttribute 
Dim value As Type 

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

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

RegisterHostAdapterAttribute Class

RegisterHostAdapterAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace