次の方法で共有


StringList.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; }
Default Public Property Item(index As Integer) As String

パラメーター

index
Int32

取得または設定する文字列のインデックス。

プロパティ値

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

適用対象