CommandBarComboBoxClass::AddItem Method (String^, Object^)

 

Adds an item. This method is deprecated.

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

public:
[DispIdAttribute(1610940416)]
virtual void AddItem(
	String^ Text,
	Object^ Index
)

Parameters

Text
Type: System::String^

The text of the item.

Index
Type: System::Object^

The index of the item.

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

Return to top
Show: