IVsProfferCommands2::AddCommandBar Method (String^, vsCommandBarType, Object^, 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 AddCommandBar(
	String^ pszCmdBarName,
	vsCommandBarType dwType,
	Object^ pCmdBarParent,
	unsigned int dwIndex,
	[OutAttribute] Object^% ppCmdBar
)

Parameters

pszCmdBarName
Type: System::String^

 

dwType
Type: EnvDTE::vsCommandBarType

 

pCmdBarParent
Type: System::Object^

 

dwIndex
Type: System::UInt32

 

ppCmdBar
Type: System::Object^

 

Return to top
Show: