System::Reflection::MemberInfo::GetCustomAttributes μέθοδος
περιεχόμενα
[
κρύβω
]MemberInfo::GetCustomAttributes(bool) const method
Επιστρέφει έναν πίνακα που περιέχει αντικείμενα που αντιπροσωπεύουν όλα τα προσαρμοσμένα χαρακτηριστικά που εφαρμόζονται στον τύπο που αντιπροσωπεύεται από το τρέχον αντικείμενο.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(bool inherit=false) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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
| Parameter | Type | Περιγραφή |
|---|---|---|
| attributeType | const TypeInfo& | Τύπος χαρακτηριστικού προς αναζήτηση. |
| inherit | bool | Εάν θα ελεγχθούν επίσης τα κληρονομημένα χαρακτηριστικά. |
Δείτε επίσης
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++