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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

public class OleMenuCmdEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodOleMenuCmdEventArgs(Object, IntPtr)

Initializes a new instance of OleMenuCmdEventArgs the specified in and out parameters.

System_CAPS_pubmethodOleMenuCmdEventArgs(Object, IntPtr, OLECMDEXECOPT)

Initializes a new instance of OleMenuCmdEventArgs with the specified parameters and options.

NameDescription
System_CAPS_pubpropertyInValue

Gets the in parameters to the command.

System_CAPS_pubpropertyOptions

Gets the execution options for the command.

System_CAPS_pubpropertyOutValue

Gets a pointer to the parameter used as output by the command function.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: