TypeDelegator.IsDefined(Type, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica se um atributo personalizado identificado por attributeType
está definido.
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 se é necessário pesquisar a cadeia de herança desse tipo para encontrar os atributos.
- inherit
- Boolean
Uma matriz de atributos personalizados identificados por tipo.
Retornos
true
se um atributo personalizado identificado pelo attributeType
estiver definido; caso contrário, false
.
Exceções
attributeType
é null
.
O tipo de atributo personalizado não pode ser carregado.