IVsProfferCommands2::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:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

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

Parameters

pszCmdNameCanonical
Type: System::String^

 

pCmdBarParent
Type: System::Object^

 

dwIndex
Type: System::UInt32

 

dwCmdType
Type: System::UInt32

 

ppCmdBarCtrl
Type: System::Object^

 

Return to top
Show: