BaseCommandConfiguration.ClientContexts 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 or sets the client context categories requested by the command.
public Microsoft.VisualStudio.Extensibility.ClientContextCategory[]? ClientContexts { get; set; }
member this.ClientContexts : Microsoft.VisualStudio.Extensibility.ClientContextCategory[] with get, set
Public Property ClientContexts As ClientContextCategory()