System::Collections::ObjectModel::Collection::get_Items 方法
Collection::get_Items() method
内部数据结构访问器。
SharedPtr<Generic::IList<T>> System::Collections::ObjectModel::Collection<T>::get_Items()
ReturnValue
指向内部列表的指针。
另见
- Typedef SharedPtr
- Class IList
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++
Collection::get_Items() const method
内部数据结构访问器。
const Generic::ListPtr<T> System::Collections::ObjectModel::Collection<T>::get_Items() const
ReturnValue
指向内部列表的指针。
另见
- Class ListPtr
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++