共用方式為


IVsProfferCommands2 介面

這個應用程式開發介面支援 .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 基礎架構。 僅限 Microsoft 內部使用。
公用方法 AddCommandBarControl 基礎架構。 僅限 Microsoft 內部使用。
公用方法 AddNamedCommand 基礎架構。 僅限 Microsoft 內部使用。
公用方法 AddNamedCommand2 基礎架構。 僅限 Microsoft 內部使用。
公用方法 FindCommandBar 基礎架構。 僅限 Microsoft 內部使用。
公用方法 RemoveCommandBar 基礎架構。 僅限 Microsoft 內部使用。
公用方法 RemoveCommandBarControl 基礎架構。 僅限 Microsoft 內部使用。
公用方法 RemoveNamedCommand 基礎架構。 僅限 Microsoft 內部使用。
公用方法 RenameNamedCommand 基礎架構。 僅限 Microsoft 內部使用。

回頁首

請參閱

參考

EnvDTE80 命名空間