CommandAdapterMapService.Register(Type, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void Register(Type ^ invokerType, Type ^ adapterType);
public void Register(Type invokerType, Type adapterType);
abstract member Register : Type * Type -> unit
override this.Register : Type * Type -> unit
Public Sub Register (invokerType As Type, adapterType As Type)
Parameters
- invokerType
- Type
- adapterType
- Type