System::TypeInfo::GetCustomAttribute मेथड
TypeInfo::GetCustomAttribute method
निर्दिष्ट प्रकार वाले और वर्तमान ऑब्जेक्ट द्वारा प्रतिनिधित्व किए गए प्रकार पर लागू कस्टम एट्रिब्यूट की खोज करता है।
ObjectPtr System::TypeInfo::GetCustomAttribute(const TypeInfo &attributeType) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| attributeType | const TypeInfo& | खोजे जाने वाले एट्रिब्यूट के प्रकार का प्रतिनिधित्व करने वाले TypeInfo ऑब्जेक्ट का स्थिर रेफ़रेंस |
ReturnValue
पाए गए एट्रिब्यूट का प्रतिनिधित्व करने वाले ऑब्जेक्ट की पॉइंटर, या यदि कोई एट्रिब्यूट खोज मानदंड से मेल नहीं खाता तो null-pointer
संबंधित देखें
- Class SmartPtr
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++