IVsProfferCommands::AddCommandBar Method (String^, vsCommandBarType, Object^, UInt32, Object^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
void AddCommandBar( String^ pszCmdBarName, vsCommandBarType dwType, Object^ pCmdBarParent, unsigned int dwIndex, [OutAttribute] Object^% ppCmdBar )
Parameters
- pszCmdBarName
-
Type:
System::String^
The name of the command bar.
- dwType
-
Type:
EnvDTE::vsCommandBarType
The vsCommandBarType.
- pCmdBarParent
-
Type:
System::Object^
The parent of the command bar.
- dwIndex
-
Type:
System::UInt32
The index of the command bar.
- ppCmdBar
-
Type:
System::Object^
[out] The command bar.
Show: