System::TypeInfo::IsDefined método

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ámetroTipoDescripción
attributeTypeconst TypeInfo&El tipo de atributo personalizado a buscar. La búsqueda incluye tipos derivados.
inheritbooltrue 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