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[]

型が の場合は現在の選択範囲の一覧。それ以外の場合は #TYPE_MULTI_SELECTnull。

属性

注釈

現在選択されている値の一覧を返します。

の Java ドキュメント android.content.RestrictionEntry.getAllSelectedStrings()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象