طريقة System::WeakReference< T >::TryGetTarget
WeakReference< T >::TryGetTarget method
تحصل على الكائن (الهدف) المشار إليه بواسطة كائن WeakReference الحالي.
bool System::WeakReference<T>::TryGetTarget(const SmartPtr<T> &data) const
| معامل | نوع | الوصف |
|---|---|---|
| data | const SmartPtr<T>& | Object المشار إليه بواسطة كائن WeakReference الحالي. |
ReturnValue
صحيح إذا نجحت العملية، خطأ خلاف ذلك.
انظر أيضًا
- Class SmartPtr
- Class WeakReference< T >
- Namespace System
- Library Aspose.Font for C++