_CommandBarComboBox::List Property (Int32)

 

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)

[DispIdAttribute(1610940422)]
property String^ default[
	int Index
] {
	[DispIdAttribute(1610940422)]
	String^ get(int Index);
	[DispIdAttribute(1610940422)]
	void set(int Index, String^ value);
}

Parameters

Index
Type: System::Int32

The index in the list.

Property Value

Type: System::String^

The get accessor of this property returns the item at the index location.

The set accessor is deprecated, and throws a DeprecatedException.

The list is 1-based.

Return to top
Show: