AutomationProperties.SetIsInAccessibleTree 方法

定义

设置一个布尔值,该值指示该可绑定对象是否可用于辅助功能系统。

public static void SetIsInAccessibleTree (Xamarin.Forms.BindableObject bindable, bool? value);
static member SetIsInAccessibleTree : Xamarin.Forms.BindableObject * Nullable<bool> -> unit

参数

bindable
BindableObject

要添加到辅助功能系统或要从中删除的对象。

value
System.Nullable<System.Boolean>

true 表示 bindable 对辅助功能系统可见。 false 表示将其从辅助功能系统中删除。

适用于