Share via


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
Public method CreateCommand Creates a menu command for a Server Explorer menu item.
Public method CreateSelectionCommand Creates a selection menu command for multiple nodes in Server Explorer.
Public method 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