XamlDirective.LookupCustomAttributeProvider 方法

定义

返回 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 指令不能具有自定义属性,因此此实现始终返回 nullXamlDirective 密封此虚拟成员;因此,所有 XamlDirective 类型和所有预定义 XAML 指令都必须使用此行为。

适用于