Share via


ICommandSet.Commands Property

Definition

Gets the list of commands for this command set. Each command must have a unique Id within this collection.

public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Extensibility.Commands.ICommand> Commands { get; }
member this.Commands : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Extensibility.Commands.ICommand>
Public ReadOnly Property Commands As IReadOnlyList(Of ICommand)

Property Value

Applies to