DynamicStatusMenuCommand Class

 

Reduces merge conflicts during server integrations when you invoke a menu command.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

System::Object
  System.ComponentModel.Design::MenuCommand
    Microsoft.VisualStudio.Shell::OleMenuCommand
      Microsoft.VisualStudio.Modeling.Shell::DynamicStatusMenuCommand

[CLSCompliantAttribute(false)]
public ref class DynamicStatusMenuCommand : OleMenuCommand

NameDescription
System_CAPS_pubmethodDynamicStatusMenuCommand(EventHandler^, EventHandler^, CommandID^)

Initializes a new instance of the DynamicStatusMenuCommand class.

NameDescription
System_CAPS_pubpropertyChecked

(Inherited from MenuCommand.)

System_CAPS_pubpropertyCommandID

(Inherited from MenuCommand.)

System_CAPS_pubpropertyEnabled

(Inherited from MenuCommand.)

System_CAPS_pubpropertyMatchedCommandId

(Inherited from OleMenuCommand.)

System_CAPS_pubpropertyOleStatus

(Inherited from OleMenuCommand.)

System_CAPS_pubpropertyParametersDescription

(Inherited from OleMenuCommand.)

System_CAPS_pubpropertyProperties

(Inherited from MenuCommand.)

System_CAPS_pubpropertySupported

(Inherited from MenuCommand.)

System_CAPS_pubpropertyText

(Inherited from OleMenuCommand.)

System_CAPS_pubpropertyVisible

(Inherited from MenuCommand.)

NameDescription
System_CAPS_pubmethodDynamicItemMatch(Int32)

(Inherited from OleMenuCommand.)

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_pubmethodInvoke()

(Inherited from MenuCommand.)

System_CAPS_pubmethodInvoke(Object^)

(Inherited from OleMenuCommand.)

System_CAPS_pubmethodInvoke(Object^, IntPtr)

(Inherited from OleMenuCommand.)

System_CAPS_pubmethodInvoke(Object^, IntPtr, OLECMDEXECOPT)

(Inherited from OleMenuCommand.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnCommandChanged(EventArgs^)

(Inherited from MenuCommand.)

System_CAPS_pubmethodToString()

(Inherited from MenuCommand.)

NameDescription
System_CAPS_pubeventBeforeQueryStatus

(Inherited from OleMenuCommand.)

System_CAPS_pubeventCommandChanged

(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.

Return to top
Show: