Share via


CommandIconConfiguration.IconSettings Property

Definition

Gets the settings related to how the command should be displayed.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public Microsoft.VisualStudio.Extensibility.Commands.IconSettings IconSettings { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
member this.IconSettings : Microsoft.VisualStudio.Extensibility.Commands.IconSettings
Public ReadOnly Property IconSettings As IconSettings

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute

Applies to