System::WeakReference<>::set_Target 方法
WeakReference<>::set_Target method
设置当前 WeakReference 对象引用的对象(目标)。
void System::WeakReference<>::set_Target(const SmartPtr<Object> &data)
| 参数 | 类型 | 描述 |
|---|---|---|
| data | const SmartPtr<Object>& | Object 要设置的对象。 |
另见
- Class SmartPtr
- Class Object
- Class WeakReference<>
- Namespace System
- Library Aspose.Font for C++