CommandBarComboBoxClass::List Property (Int32)
Visual Studio 2015
Gets or sets the item in the list at the specified index.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [DispIdAttribute(1610940422)] property String^ default[ int Index ] { [DispIdAttribute(1610940422)] virtual String^ get(int Index); [DispIdAttribute(1610940422)] virtual void set(int Index, String^ value); }
Parameters
- Index
-
Type:
System::Int32
The (0-based) index in the list.
Property Value
Type: System::String^The get accessor of this property returns the item at the (0-based) index location.
Implements
_CommandBarComboBox::List[Int32]The set accessor is deprecated, and throws a DeprecatedException.
Show: