IVsDataViewCommandProvider Interface
Provides the ability to implement commands, specifically custom commands, for nodes in a data view.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewCommandProvider
public interface IVsDataViewCommandProvider
public interface class IVsDataViewCommandProvider
type IVsDataViewCommandProvider = interface end
public interface IVsDataViewCommandProvider
The IVsDataViewCommandProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateCommand | Creates a menu command for a Server Explorer menu item. | |
CreateSelectionCommand | Creates a selection menu command for multiple nodes in Server Explorer. | |
UpdateCommandStatus | Updates the status of the specified menu command. |
Top
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace