Méthode System::InitObject
System::InitObject method
Démarre l’initialisation d’un objet avec une possession partagée.
template<typename T> Details::ObjectBuilder<T, SharedPtr<T>> System::InitObject(const SharedPtr<T> &object)
| Paramètre | Description |
|---|---|
| T | Type d’objet à initialiser |
| Paramètre | Type | Description |
|---|---|---|
| object | const SharedPtr<T>& | Object à initialiser |
ReturnValue
ObjectBuilder configuré pour la construction de pointeur partagé
Remarques
Object initialization must be finished with Get() call
Voir aussi
- Typedef SharedPtr
- Namespace System
- Library Aspose.Font for C++