ICustomAttributeProvider.IsDefined(Type, Boolean) Método

Definición

Indica si una o más instancias de attributeType se definen en este miembro.

public:
 bool IsDefined(Type ^ attributeType, bool inherit);
public bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
Public Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Parámetros

attributeType
Type

Tipo de los atributos personalizados.

inherit
Boolean

Cuando true, buscar la cadena de jerarquía para el atributo personalizado heredado.

Devoluciones

true si attributeType se define en este miembro; de lo contrario, false.

Se aplica a