IVsProfferCommands3 接口

定义

在用户界面中添加、查找、重命名和删除命令。

public interface class IVsProfferCommands3
public interface class IVsProfferCommands3
__interface IVsProfferCommands3
[System.Runtime.InteropServices.Guid("3A83904D-4540-4C51-95A7-618B32A9A9C0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProfferCommands3
[<System.Runtime.InteropServices.Guid("3A83904D-4540-4C51-95A7-618B32A9A9C0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProfferCommands3 = interface
Public Interface IVsProfferCommands3
派生
属性

方法

AddCommandBar(String, UInt32, Object, UInt32, Object)

向用户界面添加命令栏。

AddCommandBarControl(String, Object, UInt32, UInt32, Object)

向命令栏添加控件。

AddNamedCommand(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid[])

添加命名命令。

AddNamedCommand2(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid[], UInt32)

添加命名命令。 此版本有一个指定 UI 元素的参数。

FindCommandBar(Object, Guid, UInt32, Object)

查找特定的工具栏。

RemoveCommandBar(Object)

删除命令栏。

RemoveCommandBarControl(Object)

从命令栏中删除控件。

RemoveNamedCommand(String)

删除命名命令。

RenameNamedCommand(String, String, String)

重命名已命名的命令。

适用于