IVsProfferCommands2 Interface

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IVsProfferCommands2 : EnvDTE::IVsProfferCommands
public interface class IVsProfferCommands2 : EnvDTE::IVsProfferCommands
__interface IVsProfferCommands2 : EnvDTE::IVsProfferCommands
[System.Runtime.InteropServices.Guid("C508B13C-06C5-40C7-B405-D327D4F8E268")]
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.TypeLibType(528)]
public interface IVsProfferCommands2 : EnvDTE.IVsProfferCommands
[System.Runtime.InteropServices.Guid("C508B13C-06C5-40C7-B405-D327D4F8E268")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProfferCommands2 : EnvDTE.IVsProfferCommands
[<System.Runtime.InteropServices.Guid("C508B13C-06C5-40C7-B405-D327D4F8E268")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
[<System.Runtime.InteropServices.TypeLibType(528)>]
type IVsProfferCommands2 = interface
    interface IVsProfferCommands
[<System.Runtime.InteropServices.Guid("C508B13C-06C5-40C7-B405-D327D4F8E268")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProfferCommands2 = interface
    interface IVsProfferCommands
Public Interface IVsProfferCommands2
Implements IVsProfferCommands
Attributes
Implements

Methods

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

AddNamedCommand(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

AddNamedCommand2(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FindCommandBar(IntPtr, Guid, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

RemoveCommandBar(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

RemoveCommandBarControl(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

RemoveNamedCommand(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

RenameNamedCommand(String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Applies to