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