IVsProfferCommands.FindCommandBar(IntPtr, Guid, UInt32) Method

Definition

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.

Returns

Applies to