ICustomAttributeProvider.IsDefined(Type, Boolean) Método

Definição

Indica se uma ou mais instâncias de attributeType estão definidas nesse membro.

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

O tipo dos atributos personalizados.

inherit
Boolean

Quando ele for true, pesquise a cadeia de hierarquia do atributo personalizado herdado.

Retornos

true se o attributeType está definido neste membro; caso contrário, false.

Aplica-se a