XamlDirective.LookupCustomAttributeProvider 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 ICustomAttributeProvider 实现。 此实现始终返回 null
。
protected:
override System::Reflection::ICustomAttributeProvider ^ LookupCustomAttributeProvider();
protected override sealed System.Reflection.ICustomAttributeProvider LookupCustomAttributeProvider ();
override this.LookupCustomAttributeProvider : unit -> System.Reflection.ICustomAttributeProvider
Protected Overrides NotOverridable Function LookupCustomAttributeProvider () As ICustomAttributeProvider
返回
始终返回 null
。
注解
由于 XAML 指令不能具有自定义属性,因此此实现始终返回 null
。
XamlDirective 密封此虚拟成员;因此,所有 XamlDirective 类型和所有预定义 XAML 指令都必须使用此行为。