DynamicStatusMenuCommand Class
Reduces merge conflicts during server integrations when you invoke a menu command.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
System.ComponentModel.Design::MenuCommand
Microsoft.VisualStudio.Shell::OleMenuCommand
Microsoft.VisualStudio.Modeling.Shell::DynamicStatusMenuCommand
| Name | Description | |
|---|---|---|
![]() | DynamicStatusMenuCommand(EventHandler^, EventHandler^, CommandID^) | Initializes a new instance of the DynamicStatusMenuCommand class. |
| Name | Description | |
|---|---|---|
![]() | Checked | (Inherited from MenuCommand.) |
![]() | CommandID | (Inherited from MenuCommand.) |
![]() | Enabled | (Inherited from MenuCommand.) |
![]() | MatchedCommandId | (Inherited from OleMenuCommand.) |
![]() | OleStatus | (Inherited from OleMenuCommand.) |
![]() | ParametersDescription | (Inherited from OleMenuCommand.) |
![]() | Properties | (Inherited from MenuCommand.) |
![]() | Supported | (Inherited from MenuCommand.) |
![]() | Text | (Inherited from OleMenuCommand.) |
![]() | Visible | (Inherited from MenuCommand.) |
| Name | Description | |
|---|---|---|
![]() | DynamicItemMatch(Int32) | (Inherited from OleMenuCommand.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke() | (Inherited from MenuCommand.) |
![]() | Invoke(Object^) | (Inherited from OleMenuCommand.) |
![]() | Invoke(Object^, IntPtr) | (Inherited from OleMenuCommand.) |
![]() | Invoke(Object^, IntPtr, OLECMDEXECOPT) | (Inherited from OleMenuCommand.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnCommandChanged(EventArgs^) | (Inherited from MenuCommand.) |
![]() | ToString() | (Inherited from MenuCommand.) |
| Name | Description | |
|---|---|---|
![]() | BeforeQueryStatus | (Inherited from OleMenuCommand.) |
![]() | CommandChanged | (Inherited from MenuCommand.) |
This class is an alias for OleMenuCommand. You must delete the alias after you finish integration.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



