IVsDataViewCommandProvider Interface

Definition

Provides the ability to implement commands, specifically custom commands, for nodes in a data view.

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