CommandSet.Item[String] 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 a registered command instance on this command set.
public Microsoft.VisualStudio.Extensibility.Commands.Command this[string commandId] { get; }
member this.Item(string) : Microsoft.VisualStudio.Extensibility.Commands.Command
Default Public ReadOnly Property Item(commandId As String) As Command
Parameters
- commandId
- String
Unique ID of the command in scope of the command set.
Property Value
an instance of ICommand to help with setting command state.