XamlType.LookupCustomAttributeProvider Metoda

Definicja

W przypadku implementacji w klasie pochodnej zwraca implementację 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

Zwraca

ICustomAttributeProvider

Implementacja ICustomAttributeProvider .

Uwagi

Zastąpij tę metodę, aby zapewnić wewnętrzne odbicie alternatywny sposób uzyskiwania wartości atrybutów CLR. W przypadku braku przesłonięcia wewnętrzna refleksyjna używa typowej logiki odbicia CLR.

Domyślna implementacja zwraca wartość null.

Dotyczy