Share via


OleMenuCmdEventArgs Class

The set of arguments passed to an OleMenuCommand object when the Invoke function is called.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Class OleMenuCmdEventArgs _
    Inherits EventArgs
'使用
Dim instance As OleMenuCmdEventArgs
public class OleMenuCmdEventArgs : EventArgs
public ref class OleMenuCmdEventArgs : public EventArgs
public class OleMenuCmdEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.OleMenuCmdEventArgs

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

Reference

OleMenuCmdEventArgs Members

Microsoft.VisualStudio.Shell Namespace