Classes


Visual Studio SDK
OleMenuCommand Class

This class is an expansion of the MenuCommand class.

Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
Public Class OleMenuCommand
	Inherits MenuCommand
Visual Basic (Usage)
Dim instance As OleMenuCommand
C#
[ComVisibleAttribute(true)] 
public class OleMenuCommand : MenuCommand
C++
[ComVisibleAttribute(true)] 
public ref class OleMenuCommand : public MenuCommand
J#
/** @attribute ComVisibleAttribute(true) */ 
public class OleMenuCommand extends MenuCommand
JScript
ComVisibleAttribute(true) 
public class OleMenuCommand extends MenuCommand
Inheritance Hierarchy

System.Object
   System.ComponentModel.Design.MenuCommand
    Microsoft.VisualStudio.Shell.OleMenuCommand
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Tags :


Page view tracker