Share via


CommandSet.ICommandSet.Commands Property

Definition

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

Property Value

Implements

Applies to