IVsProfferCommands2 介面

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
<GuidAttribute("C508B13C-06C5-40C7-B405-D327D4F8E268")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProfferCommands2 _
    Inherits IVsProfferCommands
[GuidAttribute("C508B13C-06C5-40C7-B405-D327D4F8E268")]
[InterfaceTypeAttribute()]
public interface IVsProfferCommands2 : IVsProfferCommands
[GuidAttribute(L"C508B13C-06C5-40C7-B405-D327D4F8E268")]
[InterfaceTypeAttribute()]
public interface class IVsProfferCommands2 : IVsProfferCommands
[<GuidAttribute("C508B13C-06C5-40C7-B405-D327D4F8E268")>]
[<InterfaceTypeAttribute()>]
type IVsProfferCommands2 =  
    interface
        interface IVsProfferCommands
    end
public interface IVsProfferCommands2 extends IVsProfferCommands

IVsProfferCommands2 型別會公開下列成員。

方法

  名稱 說明
公用方法 AddCommandBar(String, vsCommandBarType, Object, UInt32, Object%) (繼承自 IVsProfferCommands)。
公用方法 AddCommandBar(String, vsCommandBarType, Object, UInt32, Object%) 基礎架構。僅限 Microsoft 內部使用。
公用方法 AddCommandBarControl(String, Object, UInt32, UInt32, Object%) (繼承自 IVsProfferCommands)。
公用方法 AddCommandBarControl(String, Object, UInt32, UInt32, Object%) 基礎架構。僅限 Microsoft 內部使用。
公用方法 AddNamedCommand(Guid%, Guid%, String, UInt32%, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid%) (繼承自 IVsProfferCommands)。
公用方法 AddNamedCommand(Guid%, Guid%, String, UInt32%, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid%) 基礎架構。僅限 Microsoft 內部使用。
公用方法 AddNamedCommand2 基礎架構。僅限 Microsoft 內部使用。
公用方法 FindCommandBar(IntPtr, Guid%, UInt32) (繼承自 IVsProfferCommands)。
公用方法 FindCommandBar(IntPtr, Guid%, UInt32) 基礎架構。僅限 Microsoft 內部使用。
公用方法 RemoveCommandBar(Object) (繼承自 IVsProfferCommands)。
公用方法 RemoveCommandBar(Object) 基礎架構。僅限 Microsoft 內部使用。
公用方法 RemoveCommandBarControl(Object) (繼承自 IVsProfferCommands)。
公用方法 RemoveCommandBarControl(Object) 基礎架構。僅限 Microsoft 內部使用。
公用方法 RemoveNamedCommand(String) (繼承自 IVsProfferCommands)。
公用方法 RemoveNamedCommand(String) 基礎架構。僅限 Microsoft 內部使用。
公用方法 RenameNamedCommand(String, String, String) (繼承自 IVsProfferCommands)。
公用方法 RenameNamedCommand(String, String, String) 基礎架構。僅限 Microsoft 內部使用。

回頁首

請參閱

參考

EnvDTE80 命名空間