NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CommandID Class

Represents a numeric Command ID and globally unique ID (GUID) menu identifier that together uniquely identify a command.

Object
   CommandID

[Visual Basic]
Public Class CommandID
[C#]
public class CommandID
[C++]
public __gc class CommandID
[JScript]
public class CommandID

Remarks

The CommandID class can be used to uniquely identify a command. This allows multiple command issuers to implement the same command. Command IDs consist of a menu group GUID and a command ID integer.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

CommandID Members | System.ComponentModel.Design Namespace | IMenuCommandService | MenuCommand