CompositeCommand.RegisteredCommands Property
Gets the list of all the registered commands.
Namespace: Microsoft.Practices.Composite.Presentation.Commands
Assembly: Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)
Syntax
'Declaration
Public ReadOnly Property RegisteredCommands As IList(Of ICommand)
public IList<ICommand> RegisteredCommands { get; }
public:
property IList<ICommand^>^ RegisteredCommands {
IList<ICommand^>^ get ();
}
function get_registeredCommands();
Field Value
A list of registered commands.
Remarks
This returns a copy of the commands subscribed to the CompositeCommand.
See Also
Microsoft.Practices.Composite.Presentation.Commands Namespace