CommandID Class

Definition

Represents a unique command identifier that consists of a numeric command ID and a GUID menu group identifier.

[System.Runtime.InteropServices.ComVisible(true)]
public class CommandID
Inheritance
CommandID
Attributes

Inherited Members

System.Object

Remarks

A CommandID uniquely identifies a command. A unique command identification system prevents conflicts between command identifiers. Command IDs consist of a menu group GUID and a numeric command identifier.

Constructors

CommandID(Guid, Int32)

Initializes a new instance of the CommandID class using the specified menu group GUID and command ID number.

Properties

Guid

Gets the GUID of the menu group that the menu command identified by this CommandID belongs to.

ID

Gets the numeric command ID.

Methods

Equals(Object)

Determines whether two CommandID instances are equal.

GetHashCode()

Serves as a hash function for a particular type.

ToString()

Returns a String that represents the current object.