Share via


MenuCommandWithExtraInfo Class

class to handle commands that have some command-specific info passed in pvaIn and/or pvaOut

Inheritance Hierarchy

System..::..Object
  System.ComponentModel.Design..::..MenuCommand
    Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..MenuCommandWithExtraInfo

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class MenuCommandWithExtraInfo _
    Inherits MenuCommand
'Usage
Dim instance As MenuCommandWithExtraInfo
[ComVisibleAttribute(false)]
public class MenuCommandWithExtraInfo : MenuCommand
[ComVisibleAttribute(false)]
public ref class MenuCommandWithExtraInfo : public MenuCommand
[<ComVisibleAttribute(false)>]
type MenuCommandWithExtraInfo =  
    class
        inherit MenuCommand
    end
public class MenuCommandWithExtraInfo extends MenuCommand

The MenuCommandWithExtraInfo type exposes the following members.

Constructors

  Name Description
Public method MenuCommandWithExtraInfo Initializes a new instance of the MenuCommandWithExtraInfo class.

Top

Properties

  Name Description
Public property Checked (Inherited from MenuCommand.)
Public property CommandID (Inherited from MenuCommand.)
Public property Enabled (Inherited from MenuCommand.)
Public property OleStatus (Inherited from MenuCommand.)
Public property Properties (Inherited from MenuCommand.)
Public property Supported (Inherited from MenuCommand.)
Public property Visible (Inherited from MenuCommand.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke() () () () (Inherited from MenuCommand.)
Public method Invoke(Object) (Inherited from MenuCommand.)
Public method Invoke(array<Object> [] () [] [], IntPtr)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCommandChanged (Inherited from MenuCommand.)
Public method ToString (Inherited from MenuCommand.)

Top

Events

  Name Description
Public event CommandChanged (Inherited from MenuCommand.)

Top

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

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace