GenericDocument.GetPropertyDocumentArray(String) 메서드

정의

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

[Android.Runtime.Register("getPropertyDocumentArray", "(Ljava/lang/String;)[Landroid/app/appsearch/GenericDocument;", "GetGetPropertyDocumentArray_Ljava_lang_String_Handler", ApiSince=31)]
public virtual Android.App.AppSearch.GenericDocument[]? GetPropertyDocumentArray(string path);
[<Android.Runtime.Register("getPropertyDocumentArray", "(Ljava/lang/String;)[Landroid/app/appsearch/GenericDocument;", "GetGetPropertyDocumentArray_Ljava_lang_String_Handler", ApiSince=31)>]
abstract member GetPropertyDocumentArray : string -> Android.App.AppSearch.GenericDocument[]
override this.GetPropertyDocumentArray : string -> Android.App.AppSearch.GenericDocument[]

매개 변수

path
String

찾을 경로입니다.

반품

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

특성

설명

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

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

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

GenericDocument[]항목으로 설정된 Builder#setPropertyDocument 경우 이 메서드는 이전 버전의 Android에서 nullandroid.os.Build.VERSION_CODES#TIRAMISU Android T 시작하여 빈 GenericDocument[] 항목을 반환합니다.

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

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

적용 대상