GenericDocument.GetPropertyBooleanArray(String) 메서드

정의

경로별로 반복되는 boolean 속성을 검색합니다.

[Android.Runtime.Register("getPropertyBooleanArray", "(Ljava/lang/String;)[Z", "GetGetPropertyBooleanArray_Ljava_lang_String_Handler", ApiSince=31)]
public virtual bool[]? GetPropertyBooleanArray(string path);
[<Android.Runtime.Register("getPropertyBooleanArray", "(Ljava/lang/String;)[Z", "GetGetPropertyBooleanArray_Ljava_lang_String_Handler", ApiSince=31)>]
abstract member GetPropertyBooleanArray : string -> bool[]
override this.GetPropertyBooleanArray : string -> bool[]

매개 변수

path
String

찾을 경로입니다.

반품

boolean[] 지정된 경로와 연결되거나 null 값이 설정되지 않거나 값이 다른 형식인 경우

특성

설명

경로별로 반복되는 boolean 속성을 검색합니다.

경로 구문에 대한 자세한 설명을 참조 #getProperty 하세요.

속성을 통해 Builder#setPropertyBoolean설정 되지 않은 경우이 메서드를 반환 합니다 null.

빈 값으로 설정된 Builder#setPropertyBoolean 경우 이 메서드는 빈 boolean[]boolean[]값을 반환합니다.

에 대한 android.app.appsearch.GenericDocument.getPropertyBooleanArray(java.lang.String)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상