IVsProfferCommands2.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

pguidCmdGroup
Guid
dwMenuId
UInt32

Returns

Implements

Applies to