System::Attribute::GetCustomAttribute मेथड
Attribute::GetCustomAttribute method
निर्दिष्ट प्रकार पर लागू एक कस्टम एट्रिब्यूट को निर्दिष्ट प्रकार के रूप में लौटाता है।
static Object::ptr System::Attribute::GetCustomAttribute(const TypeInfo &type, const TypeInfo &attributeType)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रकार | const TypeInfo& | जिस प्रकार का एट्रिब्यूट प्राप्त किया जाता है |
| attributeType | const TypeInfo& | प्राप्त करने के लिए विशेषता का प्रकार |
ReturnValue
एक प्राप्त विशेषता या null यदि निर्दिष्ट प्रकार में निर्दिष्ट प्रकार की विशेषता नहीं है।
संबंधित देखें
- Typedef ptr
- Class TypeInfo
- Class Attribute
- Namespace System
- Library Aspose.Page for C++