Metodo System::Collections::ObjectModel::Collection::get_Items
Collection::get_Items() method
Accessor interno alla struttura dati.
SharedPtr<Generic::IList<T>> System::Collections::ObjectModel::Collection<T>::get_Items()
ReturnValue
Puntatore alla lista interna.
Vedi anche
- Typedef SharedPtr
- Class IList
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++
Collection::get_Items() const method
Accessor interno alla struttura dati.
const Generic::ListPtr<T> System::Collections::ObjectModel::Collection<T>::get_Items() const
ReturnValue
Puntatore alla lista interna.
Vedi anche
- Class ListPtr
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++