Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 _
)
void RemoveItem(
int Index
)
void RemoveItem(
[InAttribute] int Index
)
abstract RemoveItem :
Index:int -> unit
function RemoveItem(
Index : int
)
Parameters
Index
Type: System.Int32The 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.