Share via


DataViewSelectionMenuCommand Class

Provides the ability to determine the status of a shortcut menu command when multiple nodes are selected in Server Explorer for a specific data connection, and to invoke the command.

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

Syntax

'Declaration
Public Class DataViewSelectionMenuCommand _
    Inherits DataViewMenuCommand
'Usage
Dim instance As DataViewSelectionMenuCommand
public class DataViewSelectionMenuCommand : DataViewMenuCommand
public ref class DataViewSelectionMenuCommand : public DataViewMenuCommand
public class DataViewSelectionMenuCommand extends DataViewMenuCommand

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

DataViewSelectionMenuCommand Members

Microsoft.VisualStudio.Data.Framework Namespace