System::TypeInfo::GetCustomAttributes मेथड
अंतर्वस्तु
[
छिपाना
]TypeInfo::GetCustomAttributes() const method
एक एरे लौटाता है जिसमें उन ऑब्जेक्ट्स को शामिल किया गया है जो प्रकार पर लागू सभी कस्टम एट्रिब्यूट्स का प्रतिनिधित्व करते हैं।
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
संबंधित देखें
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
एक एरे लौटाता है जिसमें उन ऑब्जेक्ट्स को शामिल किया गया है जो प्रकार पर लागू विशिष्ट एट्रिब्यूट्स का प्रतिनिधित्व करते हैं।
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| attributeType | const TypeInfo& | जिस एट्रिब्यूट को खोजा जाना है उसका प्रकार। |
| inherit | bool | क्या विरासत में मिले एट्रिब्यूट भी खोजे जाएँ। |