public IEnumerable<CommandInfo> GetCommands()
Public Function GetCommands As IEnumerable(Of CommandInfo)
Dim instance As CommandManager
Dim returnValue As IEnumerable(Of CommandInfo)
returnValue = instance.GetCommands()
public:
IEnumerable<CommandInfo>^ GetCommands()
Commands that don't meet the criteria of the CommandFilter predicate are not returned.
The automatic version command is added if the AutoVersionCommand property is true and there is no command with a conflicting name.