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