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