Freigeben über


RegisterHostAdapterAttribute.HostAdapterEditorType Property

Gets the type of the editor for the custom host adapter.

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

Syntax

'Declaration
Public ReadOnly Property HostAdapterEditorType As Type
    Get
public Type HostAdapterEditorType { get; }
public:
property Type^ HostAdapterEditorType {
    Type^ get ();
}
member HostAdapterEditorType : Type
function get HostAdapterEditorType () : Type

Property Value

Type: System.Type
The type of the custom editor for the custom host adapter.

.NET Framework Security

See Also

Reference

RegisterHostAdapterAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace