System::Reflection::PropertyInfo::SetValue metodo
Contenuti
[
Nascondere
]PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>) method
Imposta il valore della proprietà su un oggetto specifico.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object su cui scrivere la proprietà. |
| valore | System::SharedPtr<System::Object> | Valore della proprietà da impostare. |
Vedi anche
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++
PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
Imposta il valore della proprietà su un oggetto specifico.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object su cui scrivere la proprietà. |
| indicizzatore | System::SharedPtr<System::Object> | Questi sono valori di indice opzionali per le proprietà indicizzate. Per le proprietà non indicizzate, questo valore dovrebbe essere nullo. |
| valore | System::ArrayPtr<System::SharedPtr<System::Object>> | Valore della proprietà da impostare. |
Vedi anche
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++