XamlType.LookupCustomAttributeProvider 方法

定义

在派生类中实现时,返回 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

返回

ICustomAttributeProvider 实现。

注解

重写此方法以提供内部反射和获取 CLR 属性值的替代方法。 在没有替代的情况下,内部反射器使用典型的 CLR 反射逻辑。

默认实现返回 null

适用于