IVsProfferCommands::AddCommandBarControl Method (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.

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

void AddCommandBarControl(
	String^ pszCmdNameCanonical,
	Object^ pCmdBarParent,
	unsigned int dwIndex,
	unsigned int dwCmdType,
	[OutAttribute] Object^% ppCmdBarCtrl
)

Parameters

pszCmdNameCanonical
Type: System::String^

The name of the command.

pCmdBarParent
Type: System::Object^

The parent of the command bar.

dwIndex
Type: System::UInt32

The index of the command bar.

dwCmdType
Type: System::UInt32

The type of the command.

ppCmdBarCtrl
Type: System::Object^

[out] The command bar control.

Return to top
Show: