AutoCompleteStringCollection.Item[Int32] 属性

定义

获取或设置指定索引处的元素。

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

参数

index
Int32

获取或设置 String 处的索引。

属性值

指定位置处的 String

适用于