次の方法で共有


CommandBarsClass.AddEx Method

Adds a command bar, including its protection level.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'宣言
Public Overridable Function AddEx ( _
    TbidOrName As Object, _
    Position As Object, _
    MenuBar As Object, _
    Temporary As Object, _
    TbtrProtection As Object _
) As CommandBar
public virtual CommandBar AddEx(
    Object TbidOrName,
    Object Position,
    Object MenuBar,
    Object Temporary,
    Object TbtrProtection
)

Parameters

  • MenuBar
    Type: System.Object
    true if the command bar is a menu bar, otherwise false.
  • Temporary
    Type: System.Object
    true if the bar is temporary, otherwise false.

Return Value

Type: Microsoft.VisualStudio.CommandBars.CommandBar
The newly-added CommandBar.

Implements

_CommandBars.AddEx(Object, Object, Object, Object, Object)

.NET Framework Security

See Also

Reference

CommandBarsClass Class

Microsoft.VisualStudio.CommandBars Namespace