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)
public:
RegisterHostAdapterAttribute(
String^ hostAdapterName,
Type^ hostAdapterType,
Type^ hostAdapterEditorType
)
Parameters
- hostAdapterName
- Type: System::String
The name of the host adapter.
- hostAdapterType
- Type: System::Type
The Type for the host adapter.
- hostAdapterEditorType
- Type: System::Type
The Type for the editor of the host adapter.
- 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.
Community Additions
Show: