_CommandBarComboBox.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

‘선언
Sub RemoveItem ( _
    Index As Integer _
)
‘사용 방법
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

Remarks

This method is deprecated, and throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.VisualStudio.CommandBars Namespace