Share via


RegisterHostAdapterAttribute Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the RegisterHostAdapterAttribute class by using the provided host adapter name, adapter type, and editor type.

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

Syntax

'Declaration
Public Sub New ( _
    hostAdapterName As String, _
    hostAdapterType As Type, _
    hostAdapterEditorType As Type _
)
public RegisterHostAdapterAttribute(
    string hostAdapterName,
    Type hostAdapterType,
    Type hostAdapterEditorType
)
public:
RegisterHostAdapterAttribute(
    String^ hostAdapterName, 
    Type^ hostAdapterType, 
    Type^ hostAdapterEditorType
)
new : 
        hostAdapterName:string * 
        hostAdapterType:Type * 
        hostAdapterEditorType:Type -> RegisterHostAdapterAttribute
public function RegisterHostAdapterAttribute(
    hostAdapterName : String, 
    hostAdapterType : Type, 
    hostAdapterEditorType : Type
)

Parameters

  • hostAdapterName
    Type: System.String

    The name of the host adapter.

  • hostAdapterEditorType
    Type: System.Type

    The Type for the editor of the host adapter.

.NET Framework Security

See Also

Reference

RegisterHostAdapterAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

IHostAdapter