| QiListTItem プロパティ |
インデクスを指定して要素を取得、設定します。
名前空間: Baku.LibqiDotNetアセンブリ: Baku.LibqiDotNet (in Baku.LibqiDotNet.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文 public QiValue this[
int i
] { get; set; }
Public Default Property Item (
i As Integer
) As QiValue
Get
Set
public:
property QiValue^ default[int i] {
QiValue^ get (int i);
void set (int i, QiValue^ value);
}
member Item : QiValue with get, set
パラメーター
- i
- 型: SystemInt32
インデックス
戻り値
型:
QiValueインデックスで指定した要素
参照