Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the command bar that matches the given name or index.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable ReadOnly Default Property Item ( _
Index As Object _
) As CommandBar
Get
'Usage
Dim instance As CommandBarsClass
Dim Index As Object
Dim value As CommandBar
value = instance(Index)
public virtual CommandBar this[
Object Index
] { get; }
public:
virtual property CommandBar^ default[[InAttribute] Object^ Index] {
CommandBar^ get ([InAttribute] Object^ Index);
}
abstract Item : CommandBar
override Item : CommandBar
JScript does not support indexed properties.
Parameters
- Index
Type: System.Object
The name or index.
Property Value
Type: Microsoft.VisualStudio.CommandBars.CommandBar
The CommandBar that matches the name or index.
Implements
Remarks
Notes to Inheritors
This method should allow either the (1-based) index or the name of the command bar as parameters.
.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.