ExpandableListView.SelectedId Propiedad

Definición

Obtiene el identificador del grupo o elemento secundario actualmente seleccionado.

public virtual long SelectedId { [Android.Runtime.Register("getSelectedId", "()J", "GetGetSelectedIdHandler")] get; }
[<get: Android.Runtime.Register("getSelectedId", "()J", "GetGetSelectedIdHandler")>]
member this.SelectedId : int64

Valor de propiedad

Identificador del grupo o elemento secundario actualmente seleccionado. -1 si no hay ninguna selección.

Atributos

Comentarios

Obtiene el identificador del grupo o elemento secundario actualmente seleccionado. Puede devolver -1 si no hay ninguna selección.

Java documentación para android.widget.ExpandableListView.getSelectedId().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a