طريقة 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

مؤشر إلى القائمة الداخلية.

انظر أيضًا