Command.AddCommandAdapter(CommandAdapter) 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 AddCommandAdapter(Microsoft::Practices::CompositeUI::Commands::CommandAdapter ^ adapter);
public virtual void AddCommandAdapter (Microsoft.Practices.CompositeUI.Commands.CommandAdapter adapter);
abstract member AddCommandAdapter : Microsoft.Practices.CompositeUI.Commands.CommandAdapter -> unit
override this.AddCommandAdapter : Microsoft.Practices.CompositeUI.Commands.CommandAdapter -> unit
Public Overridable Sub AddCommandAdapter (adapter As CommandAdapter)
Parameters
- adapter
- CommandAdapter