System::WeakReference<>::set_Target method
WeakReference<>::set_Target method
Sets the object (the target) referenced by the current WeakReference object.
void System::WeakReference<>::set_Target(const SmartPtr<Object> &data)
Parameter | Type | Description |
---|---|---|
data | const SmartPtr<Object>& | Object to set. |
See Also
- Class SmartPtr
- Class Object
- Class WeakReference<>
- Namespace System
- Library Aspose.Page for C++