System::Reflection::PropertyInfo::SetValue metodu
İç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)
| Parametre | Tür | 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.Font 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)
| Parametre | Tür | 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.Font for C++