TypeDelegator.IsDefined(Type, Boolean) Método

Definición

Indica si se ha definido un atributo personalizado identificado mediante el objeto attributeType.

public:
 override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Parámetros

attributeType
Type

Especifica si se debe realizar una búsqueda en la cadena de herencia de este tipo con el fin de encontrar los atributos.

inherit
Boolean

Matriz de atributos personalizados identificados según el tipo.

Devoluciones

true si está definido el atributo personalizado identificado por el attributeType; en caso contrario, false.

Excepciones

attributeType es null.

No se puede cargar el tipo de atributo personalizado.

Se aplica a