XamlDirective.LookupIsEvent 方法

定义

返回的值指示此 XamlDirective 是否表示一个事件。

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

返回

始终返回 false

注解

XamlDirective 密封此虚拟成员;因此,所有 XamlDirective 类型和所有预定义的 XAML 指令都必须使用此行为。

适用于

另请参阅