This topic has not yet been rated - Rate this topic

CommandBarComboBoxClass.List Property

Gets or sets the item in the list at the specified index.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public virtual string this[
	int Index
] { get; set; }

Parameters

Index
Type: Int32

The (0-based) index in the list.

Property Value

Type: String
The get accessor of this property returns the item at the (0-based) index location.

Implements

_CommandBarComboBox.List

The set accessor is deprecated, and throws a DeprecatedException.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.