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
- hostAdapterName
Type: System.String
- hostAdapterType
Type: System.Type
- hostAdapterEditorType
Type: System.Type
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RegisterHostAdapterAttribute Class