IVsProfferCommands Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IVsProfferCommands
public interface class IVsProfferCommands
__interface IVsProfferCommands
[System.Runtime.InteropServices.Guid("8CC0CDE1-C16A-4749-99AF-6F7523C34A57")]
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.TypeLibType(528)]
public interface IVsProfferCommands
[System.Runtime.InteropServices.Guid("8CC0CDE1-C16A-4749-99AF-6F7523C34A57")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProfferCommands
[<System.Runtime.InteropServices.Guid("8CC0CDE1-C16A-4749-99AF-6F7523C34A57")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
[<System.Runtime.InteropServices.TypeLibType(528)>]
type IVsProfferCommands = interface
[<System.Runtime.InteropServices.Guid("8CC0CDE1-C16A-4749-99AF-6F7523C34A57")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProfferCommands = interface
Public Interface IVsProfferCommands
- Derived
- Attributes
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. |
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. |