IRegisterHostAdapter.Register Method
Registers the IHostAdapter.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Sub Register ( _
hostAdapter As IHostAdapter _
)
void Register(
IHostAdapter hostAdapter
)
void Register(
IHostAdapter^ hostAdapter
)
abstract Register :
hostAdapter:IHostAdapter -> unit
function Register(
hostAdapter : IHostAdapter
)
Parameters
hostAdapter
Type: Microsoft.VisualStudio.TestTools.Execution.IHostAdapterThe IHostAdapter to register.
.NET Framework Security
- 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
IRegisterHostAdapter Interface