CommandID Class
Represents a unique command identifier that consists of a numeric command ID and a GUID menu group identifier.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CommandID(Guid, Int32) | Initializes a new instance of the CommandID class using the specified menu group GUID and command ID number. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two CommandID instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a String that represents the current object.(Overrides Object::ToString().) |
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.
for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


