IVsProfferCommands::FindCommandBar Method (IntPtr, Guid, UInt32)

 

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

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Object^ FindCommandBar(
	IntPtr pToolbarSet,
	[InAttribute] Guid% pguidCmdGroup,
	unsigned int dwMenuId
)

Parameters

pToolbarSet
Type: System::IntPtr

The toolbar set.

pguidCmdGroup
Type: System::Guid

The GUID of the command group.

dwMenuId
Type: System::UInt32

The ID of the command group.

Return Value

Type: System::Object^
Return to top
Show: