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.
Removes the item at the specified index. This method is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Sub RemoveItem ( _
Index As Integer _
)
'Usage
Dim instance As _CommandBarComboBox
Dim Index As Integer
instance.RemoveItem(Index)
void RemoveItem(
int Index
)
void RemoveItem(
[InAttribute] int Index
)
abstract RemoveItem :
Index:int -> unit
function RemoveItem(
Index : int
)
Parameters
- Index
Type: System.Int32
The index of the item to remove.
Remarks
This method is deprecated, and throws a DeprecatedException when called.
.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.