IVsDataViewCommandProvider Interface

Definition

Represents the ability to specify menu commands that can be queried and invoked on nodes in a data view hierarchy.

public interface class IVsDataViewCommandProvider
public interface IVsDataViewCommandProvider
type IVsDataViewCommandProvider = interface
Public Interface IVsDataViewCommandProvider
Derived

Methods

CreateCommand(Int32, CommandID)

Creates a menu command for a Server Explorer menu item.

CreateSelectionCommand(CommandID)

Creates a selection menu command for multiple nodes in Server Explorer.

UpdateCommandStatus(MenuCommand)

Updates the status of the specified menu command.

Applies to