Share via


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

Syntax

'Declaration
Public Class DynamicStatusMenuCommand _
    Inherits OleMenuCommand
'Usage
Dim instance As DynamicStatusMenuCommand
public class DynamicStatusMenuCommand : OleMenuCommand
public ref class DynamicStatusMenuCommand : public OleMenuCommand
public class DynamicStatusMenuCommand extends OleMenuCommand

Remarks

This class is an alias for OleMenuCommand. You must delete the alias after you finish integration.

Inheritance Hierarchy

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

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

DynamicStatusMenuCommand Members

Microsoft.VisualStudio.Modeling.Shell Namespace