XamlDirective.LookupIsWritePublic 方法

定义

返回的值指示此 XamlDirective 是否表示一个具有公共 set 访问器的属性。

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

返回

Boolean

始终返回 true

注解

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

适用于

另请参阅