System::TypeInfo::IsDefined método
Contenido
[
Ocultar
]TypeInfo::IsDefined method
NO IMPLEMENTADO. Indica si uno o más atributos del tipo especificado o de sus tipos derivados se aplican a este miembro.
bool System::TypeInfo::IsDefined(const TypeInfo &attributeType, bool inherit) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| attributeType | const TypeInfo& | El tipo de atributo personalizado a buscar. La búsqueda incluye tipos derivados. |
| inherit | bool | true to search this member’s inheritance chain to find the attributes; otherwise, false. This parameter is ignored for properties and events. |
ReturnValue
true if one or more instances of attributeType or any of its derived types is applied to this member; otherwise, false.
Ver también
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++