_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
'Declaration
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
)
CommandBar^ AddEx(
[InAttribute] Object^ TbidOrName,
[InAttribute] Object^ Position,
[InAttribute] Object^ MenuBar,
[InAttribute] Object^ Temporary,
[InAttribute] Object^ TbtrProtection
)
abstract AddEx :
TbidOrName:Object *
Position:Object *
MenuBar:Object *
Temporary:Object *
TbtrProtection:Object -> CommandBar
function AddEx(
TbidOrName : Object,
Position : Object,
MenuBar : Object,
Temporary : Object,
TbtrProtection : Object
) : CommandBar
Parameters
TbidOrName
Type: ObjectDescription
Position
Type: Object[in, optional] The name of the command bar. If this parameter is not specified, a unique name is generated.
MenuBar
Type: Object[in, optional] The MsoBarPosition of the new command bar. If this parameter is not specified the default value is msoBarFloating.
Temporary
Type: 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: 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.