StringValues.Item[Int32] プロパティ

定義

インデックス位置の文字列を取得します。

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

パラメーター

index
Int32

取得する要素の 0 から始まるインデックス。

プロパティ値

String

指定したインデックス位置の文字列。

実装

適用対象