System::Reflection::PropertyInfo::SetValue yöntemi
İçindekiler
[
Saklamak
]PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>) method
Belirli bir nesneye özellik değerini ayarlar.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value)
| Parameter | Type | Açıklama |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object özelliğin yazılacağı nesne. |
| değer | System::SharedPtr<System::Object> | Ayarlanacak özelliğin değeri. |
Ayrıca Bakınız
- 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
Belirli bir nesneye özellik değerini ayarlar.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parameter | Type | Açıklama |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object özelliğin yazılacağı nesne. |
| indeksleyici | System::SharedPtr<System::Object> | Bunlar indeksli özellikler için isteğe bağlı indeks değerleridir. İndekslenmemiş özellikler için bu değer null olmalıdır. |
| değer | System::ArrayPtr<System::SharedPtr<System::Object>> | Ayarlanacak özelliğin değeri. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++