RemoteViews.SetLabelFor(Int32, Int32) Método

Definición

Equivalente a llamar a View#setLabelFor(int).

[Android.Runtime.Register("setLabelFor", "(II)V", "GetSetLabelFor_IIHandler")]
public virtual void SetLabelFor(int viewId, int labeledId);
[<Android.Runtime.Register("setLabelFor", "(II)V", "GetSetLabelFor_IIHandler")>]
abstract member SetLabelFor : int * int -> unit
override this.SetLabelFor : int * int -> unit

Parámetros

viewId
Int32

Identificador de la vista cuya propiedad se va a establecer.

labeledId
Int32

Identificador de una vista para la que esta vista actúa como etiqueta.

Atributos

Comentarios

Java documentación para android.widget.RemoteViews.setLabelFor(int, int).

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