RestrictionEntry.GetAllSelectedStrings Método

Definição

Retorna a lista de valores selecionados no momento.

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

Retornos

String[]

a lista de seleções atuais, se o tipo for #TYPE_MULTI_SELECT, nulo caso contrário.

Atributos

Comentários

Retorna a lista de valores selecionados no momento.

Java documentação para android.content.RestrictionEntry.getAllSelectedStrings().

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a