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++