CommandIconConfiguration Class
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.
Configuration of the icon to be displayed for a VisualStudio.Extensibility Command.
public sealed class CommandIconConfiguration : IEquatable<Microsoft.VisualStudio.Extensibility.Commands.CommandIconConfiguration>
type CommandIconConfiguration = class
interface IEquatable<CommandIconConfiguration>
Public NotInheritable Class CommandIconConfiguration
Implements IEquatable(Of CommandIconConfiguration)
- Inheritance
-
CommandIconConfiguration
- Implements
Constructors
CommandIconConfiguration(ImageMoniker, IconSettings) |
Initializes a new instance of the CommandIconConfiguration class. |
Properties
IconName |
Gets the name of the icon. |
IconSettings |
Gets the settings related to how the command should be displayed. |
Methods
Equals(CommandIconConfiguration) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |