System::Collections::ObjectModel::Collection::idx_get メソッド
Collection::idx_get method
指定されたインデックスの値を取得します。
virtual T System::Collections::ObjectModel::Collection<T>::idx_get(int index) const override
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 値を取得するインデックスです。 |
ReturnValue
指定されたインデックスの値のコピー。
参照
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++