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!

IMenuCommandService Interface

Provides an interface for a designer to add menu items to the Visual Studio menu.

IMenuCommandService

[Visual Basic]
Public Interface IMenuCommandService
[C#]
public interface IMenuCommandService
[C++]
public __gc __interface IMenuCommandService

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

Menu commands are handled through a handler interface, which is associated with a document designer. Only the active document can handle commands.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IMenuCommandService Members | System.ComponentModel.Design Namespace