다음을 통해 공유


AutomationProperties.GetIsInAccessibleTree(BindableObject) 메서드

정의

바인딩 가능 개체를 내게 필요한 옵션 시스템에서 사용할 수 있는지 여부를 알려주는 nullable 부울 값을 가져옵니다.

public static bool? GetIsInAccessibleTree (Xamarin.Forms.BindableObject bindable);
static member GetIsInAccessibleTree : Xamarin.Forms.BindableObject -> Nullable<bool>

매개 변수

bindable
BindableObject

상태를 확인할 바인딩 가능 개체입니다.

반환

System.Nullable<System.Boolean>

bindable을 내게 필요한 옵션 시스템에서 사용할 수 있는 경우 true입니다. 그렇지 않으면 false 또는 null입니다.

설명

개발자는 를 사용하여 SetIsInAccessibleTree(BindableObject, Nullable<Boolean>) 이 연결된 속성을 로 true 설정하여 접근성 시스템에서 바인딩 가능한 개체를 사용할 수 있도록 합니다.

적용 대상