IVsDataViewCommandProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |