System::Collections::ObjectModel::KeyedCollection::idx_get 方法
KeyedCollection::idx_get method
获取特定索引处的项目。
TItem System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::idx_get(TKey key)
| Parameter | Type | 描述 |
|---|---|---|
| 键 | TKey | 要查找的键。 |
ReturnValue
键值的副本。
另见
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++