IVsDataViewCommandProvider 接口

可以实现命令,尤其是自定义命令,在数据视图中的节点的。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Public Interface IVsDataViewCommandProvider
public interface IVsDataViewCommandProvider
public interface class IVsDataViewCommandProvider
type IVsDataViewCommandProvider =  interface end
public interface IVsDataViewCommandProvider

IVsDataViewCommandProvider 类型公开以下成员。

方法

  名称 说明
公共方法 CreateCommand 创建服务器资源管理器菜单项的菜单命令。
公共方法 CreateSelectionCommand 在服务器资源管理器创建多个节点的一个选择菜单命令。
公共方法 UpdateCommandStatus 更新指定的菜单命令的状态。

页首

备注

此接口具有一个基实现。DDEX结构。

请参见

参考

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间