_CommandBarComboBox.AddItem Method

Adds an item. This method is deprecated.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaração
Sub AddItem ( _
    Text As String, _
    Index As Object _
)
void AddItem(
    string Text,
    Object Index
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

Microsoft.VisualStudio.CommandBars Namespace