ICommandAdapterMapService Interface

Services that implement this interface are used to associate an invoker type with a CommandAdapter type.

Namespace: Microsoft.Practices.CompositeUI.Commands
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Interface ICommandAdapterMapService
'Usage
Dim instance As ICommandAdapterMapService
public interface ICommandAdapterMapService
public interface class ICommandAdapterMapService
public interface ICommandAdapterMapService
public interface ICommandAdapterMapService

Remarks

This service is used by the Command to create the correct adapter for a given invoker.

See Also

Reference

ICommandAdapterMapService Members
Microsoft.Practices.CompositeUI.Commands Namespace