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 | |
---|---|---|
MenuCommandWithExtraInfo | Initializes a new instance of the MenuCommandWithExtraInfo class. |
Top
Properties
Name | Description | |
---|---|---|
Checked | (Inherited from MenuCommand.) | |
CommandID | (Inherited from MenuCommand.) | |
Enabled | (Inherited from MenuCommand.) | |
OleStatus | (Inherited from MenuCommand.) | |
Properties | (Inherited from MenuCommand.) | |
Supported | (Inherited from MenuCommand.) | |
Visible | (Inherited from MenuCommand.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke() () () () | (Inherited from MenuCommand.) | |
Invoke(Object) | (Inherited from MenuCommand.) | |
Invoke(array<Object> [] () [] [], IntPtr) | ||
MemberwiseClone | (Inherited from Object.) | |
OnCommandChanged | (Inherited from MenuCommand.) | |
ToString | (Inherited from MenuCommand.) |
Top
Events
Name | Description | |
---|---|---|
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