DataViewMenuCommand Class

Represents a base implementation for menu commands offered by high-level or shortcut menus as part of a data view hierarchy.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

Public Class DataViewMenuCommand _
    Inherits DataMenuCommand

Dim instance As DataViewMenuCommand
public class DataViewMenuCommand : DataMenuCommand
public ref class DataViewMenuCommand : public DataMenuCommand
public class DataViewMenuCommand extends DataMenuCommand

Remarks

This class allows you to attach an ItemId to a given menu command.

Inheritance Hierarchy

System.Object
  System.ComponentModel.Design.MenuCommand
    Microsoft.VisualStudio.Data.Framework.DataMenuCommand
      Microsoft.VisualStudio.Data.Framework.DataViewMenuCommand
        Microsoft.VisualStudio.Data.Framework.DataViewSelectionMenuCommand

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

DataViewMenuCommand Members

Microsoft.VisualStudio.Data.Framework Namespace