HiddenCommands Method
Extension should create and return a list of ids of commands to be hidden from the user. Command ids should be from the list returned by: IApplication.CommandIds
Syntax
System.Collections.Generic.IEnumerable<string> HiddenCommands()Function HiddenCommands() As System.Collections.Generic.IEnumerable(Of String)Return Value
A list of ids of commands to be hidden from the user.