IVsProfferCommands.FindCommandBar(IntPtr, Guid, UInt32) Method
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:
System::Object ^ FindCommandBar(IntPtr pToolbarSet, Guid % pguidCmdGroup, System::UInt32 dwMenuId);
public object FindCommandBar (IntPtr pToolbarSet, ref Guid pguidCmdGroup, uint dwMenuId);
abstract member FindCommandBar : nativeint * Guid * uint32 -> obj
Public Function FindCommandBar (pToolbarSet As IntPtr, ByRef pguidCmdGroup As Guid, dwMenuId As UInteger) As Object
Parameters
- pToolbarSet
-
IntPtr
nativeint
The toolbar set.
- pguidCmdGroup
- Guid
The GUID of the command group.
- dwMenuId
- UInt32
The ID of the command group.