System::Reflection::PropertyInfo::SetValue methode
inhoud
[
verbergen
]PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>) method
Stelt de eigenschapswaarde in voor een specifiek object.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value)
| Parameter | Type | Beschrijving |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object om de eigenschap naartoe te schrijven. |
| value | System::SharedPtr<System::Object> | Waarde van de in te stellen eigenschap. |
Zie ook
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
Stelt de eigenschapswaarde in voor een specifiek object.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parameter | Type | Beschrijving |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object om de eigenschap naartoe te schrijven. |
| indexer | System::SharedPtr<System::Object> | Dit zijn optionele indexwaarden voor geïndexeerde eigenschappen. Voor niet-geïndexeerde eigenschappen moet deze waarde null zijn. |
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | Waarde van de in te stellen eigenschap. |
Zie ook
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++