다음을 통해 공유


RestrictionEntry.GetAllSelectedStrings 메서드

정의

현재 선택된 값의 목록을 반환합니다.

[Android.Runtime.Register("getAllSelectedStrings", "()[Ljava/lang/String;", "GetGetAllSelectedStringsHandler")]
public virtual string[]? GetAllSelectedStrings ();
[<Android.Runtime.Register("getAllSelectedStrings", "()[Ljava/lang/String;", "GetGetAllSelectedStringsHandler")>]
abstract member GetAllSelectedStrings : unit -> string[]
override this.GetAllSelectedStrings : unit -> string[]

반환

String[]

형식이 이면 현재 선택 항목 목록이며, 그렇지 않으면 null입니다 #TYPE_MULTI_SELECT.

특성

설명

현재 선택된 값의 목록을 반환합니다.

에 대한 Java 설명서입니다 android.content.RestrictionEntry.getAllSelectedStrings().

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

적용 대상