System::Reflection::PropertyInfo::SetValue μέθοδος
περιεχόμενα
[
κρύβω
]PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>) method
Ορίζει την τιμή της ιδιότητας σε συγκεκριμένο αντικείμενο.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value)
| Parameter | Type | Περιγραφή |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object για να γράψετε την ιδιότητα σε |
| τιμή | System::SharedPtr<System::Object> | Τιμή της ιδιότητας προς ορισμό. |
Δείτε επίσης
- 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
Ορίζει την τιμή της ιδιότητας σε συγκεκριμένο αντικείμενο.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parameter | Type | Περιγραφή |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object για να γράψετε την ιδιότητα σε |
| δείκτης | System::SharedPtr<System::Object> | Αυτές είναι προαιρετικές τιμές δείκτη για ιδιότητες με δείκτη. Για ιδιότητες χωρίς δείκτη, αυτή η τιμή πρέπει να είναι null. |
| τιμή | System::ArrayPtr<System::SharedPtr<System::Object>> | Τιμή της ιδιότητας προς ορισμό. |
Δείτε επίσης
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++