System::InitObject method
System::InitObject method
يبدأ تهيئة كائن بملكية مشتركة.
template<typename T> Details::ObjectBuilder<T, SharedPtr<T>> System::InitObject(const SharedPtr<T> &object)
| Parameter | الوصف |
|---|---|
| T | نوع الكائن الذي سيتم تهيئته |
| Parameter | Type | الوصف |
|---|---|---|
| object | const SharedPtr<T>& | Object للتهيئة |
ReturnValue
ObjectBuilder مُكوَّن لإنشاء مؤشر مشترك
ملاحظات
Object initialization must be finished with Get() call
انظر أيضًا
- Typedef SharedPtr
- Namespace System
- Library Aspose.Page for C++