CommandSet.ICommandSet.Commands Property
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.
Gets the list of commands for this command set. Each command must have a unique Id within this collection.
System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Extensibility.Commands.ICommand> Microsoft.VisualStudio.Extensibility.Commands.ICommandSet.Commands { get; }
member this.Microsoft.VisualStudio.Extensibility.Commands.ICommandSet.Commands : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Extensibility.Commands.ICommand>
ReadOnly Property Commands As IReadOnlyList(Of ICommand) Implements ICommandSet.Commands