System::Collections::ObjectModel::Collection::get_Items-methode
Collection::get_Items() method
Interne gegevensstructuur-toegangsfunctie.
SharedPtr<Generic::IList<T>> System::Collections::ObjectModel::Collection<T>::get_Items()
ReturnValue
Pointer naar interne lijst.
Zie ook
- Typedef SharedPtr
- Class IList
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++
Collection::get_Items() const method
Interne gegevensstructuur-toegangsfunctie.
const Generic::ListPtr<T> System::Collections::ObjectModel::Collection<T>::get_Items() const
ReturnValue
Pointer naar interne lijst.
Zie ook
- Class ListPtr
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++