System::Collections::ObjectModel::Collection::get_Items Methode
Collection::get_Items() method
Interner Zugriff auf die Datenstruktur.
SharedPtr<Generic::IList<T>> System::Collections::ObjectModel::Collection<T>::get_Items()
ReturnValue
Zeiger auf interne Liste.
Siehe auch
- Typedef SharedPtr
- Class IList
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++
Collection::get_Items() const method
Interner Zugriff auf die Datenstruktur.
const Generic::ListPtr<T> System::Collections::ObjectModel::Collection<T>::get_Items() const
ReturnValue
Zeiger auf interne Liste.
Siehe auch
- Class ListPtr
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++