XamlMember.LookupCustomAttributeProvider Método

Definição

Quando implementado em uma classe derivada, retorna uma implementação ICustomAttributeProvider.

protected:
 virtual System::Reflection::ICustomAttributeProvider ^ LookupCustomAttributeProvider();
protected virtual System.Reflection.ICustomAttributeProvider LookupCustomAttributeProvider ();
abstract member LookupCustomAttributeProvider : unit -> System.Reflection.ICustomAttributeProvider
override this.LookupCustomAttributeProvider : unit -> System.Reflection.ICustomAttributeProvider
Protected Overridable Function LookupCustomAttributeProvider () As ICustomAttributeProvider

Retornos

Uma implementação ICustomAttributeProvider.

Comentários

Substitua esse método para fornecer à reflexão interna uma maneira alternativa de obter valores de atributo CLR. Na ausência de uma substituição, o refletor interno usa uma lógica de reflexão CLR típica, como chamadas para GetCustomAttributes.

A implementação padrão retorna null.

Aplica-se a