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++