System::TypeInfo::GetCustomAttributes मेथड

TypeInfo::GetCustomAttributes() const method

एक एरे लौटाता है जिसमें उन ऑब्जेक्ट्स को शामिल किया गया है जो प्रकार पर लागू सभी कस्टम एट्रिब्यूट्स का प्रतिनिधित्व करते हैं।

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const

संबंधित देखें

TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method

एक एरे लौटाता है जिसमें उन ऑब्जेक्ट्स को शामिल किया गया है जो प्रकार पर लागू विशिष्ट एट्रिब्यूट्स का प्रतिनिधित्व करते हैं।

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
पैरामीटरप्रकारविवरण
attributeTypeconst TypeInfo&जिस एट्रिब्यूट को खोजा जाना है उसका प्रकार।
inheritboolक्या विरासत में मिले एट्रिब्यूट भी खोजे जाएँ।

संबंधित देखें