Partilhar via


ParameterDescriptor.IsDefined(Type, Boolean) Método

Definição

Indica se uma ou mais instâncias de um tipo de atributo personalizado são definidas para esse membro.

public virtual bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
override this.IsDefined : Type * bool -> bool
Public Overridable Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Parâmetros

attributeType
Type

O tipo dos atributos personalizados.

inherit
Boolean

true para pesquisar a cadeia de hierarquia para o atributo personalizado herdado; caso contrário, false.

Retornos

true se o tipo de atributo personalizado for definido para esse membro; caso contrário, false.

Implementações

Exceções

O parâmetro attributeType é nulo.

Aplica-se a