System::Reflection::PropertyInfo::GetValue method
अंतर्वस्तु
[
छिपाना
]PropertyInfo::GetValue(System::SharedPtr<System::Object>) method
विशिष्ट ऑब्जेक्ट से प्रॉपर्टी मान प्राप्त करता है।
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object से प्रॉपर्टी पढ़ने के लिए। |
ReturnValue
निर्दिष्ट ऑब्जेक्ट के लिए निर्दिष्ट प्रॉपर्टी का मान।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
PropertyInfo::GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
विशिष्ट ऑब्जेक्ट से प्रॉपर्टी मान प्राप्त करता है।
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object से प्रॉपर्टी पढ़ने के लिए। |
| इंडेक्सर | System::ArrayPtr<System::SharedPtr<System::Object>> | ये इंडेक्स्ड प्रॉपर्टीज़ के लिए वैकल्पिक इंडेक्स मान हैं। गैर-इंडेक्स्ड प्रॉपर्टीज़ के लिए, यह मान null होना चाहिए। |
ReturnValue
निर्दिष्ट ऑब्जेक्ट के लिए निर्दिष्ट प्रॉपर्टी का मान।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++