get_Items()
Collection::get_Items() method
Internal data structure accessor.
SharedPtr<Generic::IList<T>> System::Collections::ObjectModel::Collection<T>::get_Items()
Return Value
Pointer to internal list.
Collection::get_Items() const method
Internal data structure accessor.
const Generic::ListPtr<T> System::Collections::ObjectModel::Collection<T>::get_Items() const
Return Value
Pointer to internal list.
See Also
- Typedef SharedPtr
- Class IList
- Class Collection
- Class ListPtr
- Namespace System::Collections::ObjectModel
- Library Aspose.Slides