System::Reflection::PropertyInfo::GetValue méthode
Contenu
[
Cacher
]PropertyInfo::GetValue(System::SharedPtr<System::Object>) method
Obtient la valeur de la propriété à partir d’un objet spécifique.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
| Paramètre | Type | Description |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object pour lire la propriété depuis. |
ReturnValue
Valeur de la propriété spécifiée pour l’objet spécifié.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++
PropertyInfo::GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
Obtient la valeur de la propriété à partir d’un objet spécifique.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Paramètre | Type | Description |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object pour lire la propriété depuis. |
| indexeur | System::ArrayPtr<System::SharedPtr<System::Object>> | Ce sont des valeurs d’index facultatives pour les propriétés indexées. Pour les propriétés non indexées, cette valeur doit être nulle. |
ReturnValue
Valeur de la propriété spécifiée pour l’objet spécifié.
Voir aussi
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++