CommandBarComboBoxClass.RemoveItem Method
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
'宣言
Public Overridable Sub RemoveItem ( _
Index As Integer _
)
public virtual void RemoveItem(
int Index
)
Parameters
- Index
Type: System.Int32
The index of the item to remove.
Implements
_CommandBarComboBox.RemoveItem(Int32)
Remarks
This method 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.