AutoCompleteStringCollection.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

public:
 property System::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
member this.Item(int) : string with get, set
Default Public Property Item(index As Integer) As String

Parameters

index
Int32

The index at which to get or set the String.

Property Value

The String at the specified position.

Applies to