_CommandBars.AddEx Method
Adds a command bar, including its protection level.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaração
Function AddEx ( _
TbidOrName As Object, _
Position As Object, _
MenuBar As Object, _
Temporary As Object, _
TbtrProtection As Object _
) As CommandBar
CommandBar AddEx(
Object TbidOrName,
Object Position,
Object MenuBar,
Object Temporary,
Object TbtrProtection
)
Parameters
- TbidOrName
Type: System.Object
Description
- Position
Type: System.Object
[in, optional] The name of the command bar. If this parameter is not specified, a unique name is generated.
- MenuBar
Type: System.Object
[in, optional] The MsoBarPosition of the new command bar. If this parameter is not specified the default value is msoBarFloating.
- Temporary
Type: System.Object
[in, optional] Whether the new bar is a menu or not. Visual Studio does not support adding menus with this method; the value must be false.
- TbtrProtection
Type: System.Object
[in, optional] The MsoBarProtection of the new command bar. Must be msoBarNoProtection.
Return Value
Type: Microsoft.VisualStudio.CommandBars.CommandBar
The newly-added CommandBar.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.