RegisterHostAdapterAttribute Constructor

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

Syntax

'宣言
Public Sub New ( _
    hostAdapterName As String, _
    hostAdapterType As Type, _
    hostAdapterEditorType As Type _
)
'使用
Dim hostAdapterName As String
Dim hostAdapterType As Type
Dim hostAdapterEditorType As Type

Dim instance As New RegisterHostAdapterAttribute(hostAdapterName, _
    hostAdapterType, hostAdapterEditorType)
public RegisterHostAdapterAttribute(
    string hostAdapterName,
    Type hostAdapterType,
    Type hostAdapterEditorType
)
public:
RegisterHostAdapterAttribute(
    String^ hostAdapterName, 
    Type^ hostAdapterType, 
    Type^ hostAdapterEditorType
)
public function RegisterHostAdapterAttribute(
    hostAdapterName : String, 
    hostAdapterType : Type, 
    hostAdapterEditorType : Type
)

Parameters

Permissions

See Also

Reference

RegisterHostAdapterAttribute Class

RegisterHostAdapterAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace