System::Collections::ObjectModel::Collection::get_Items 方法

Collection::get_Items() method

内部数据结构访问器。

SharedPtr<Generic::IList<T>> System::Collections::ObjectModel::Collection<T>::get_Items()

ReturnValue

指向内部列表的指针。

另见

Collection::get_Items() const method

内部数据结构访问器。

const Generic::ListPtr<T> System::Collections::ObjectModel::Collection<T>::get_Items() const

ReturnValue

指向内部列表的指针。

另见