StringValues.Item[Int32] 屬性

定義

在指定的索引處得到 。String

public:
 property System::String ^ default[int] { System::String ^ get(int index); };
public string? this[int index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(index As Integer) As String

參數

index
Int32

元素的零基指數 得 。

屬性值

在指定索引處的字串。

實作

適用於