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.Page 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.Page for C++