XamlDirective.LookupIsAmbient 方法

定义

返回的值指示是否将此 XamlMember 作为环境属性报告。

protected:
 override bool LookupIsAmbient();
protected override sealed bool LookupIsAmbient ();
override this.LookupIsAmbient : unit -> bool
Protected Overrides NotOverridable Function LookupIsAmbient () As Boolean

返回

Boolean

始终返回 false

注解

由于 XAML 指令不能是环境类型,因此此实现始终返回 falseXamlDirective 密封此虚拟成员;因此,所有 XamlDirective 类型和所有预定义的 XAML 指令都必须使用此行为。

适用于

另请参阅