Android.Widget.RemoteViews.SetLabelFor Method
Equivalent to calling View.setLabelFor(int).

Syntax

[Android.Runtime.Register("setLabelFor", "(II)V", "GetSetLabelFor_IIHandler")]
public virtual void SetLabelFor (int viewId, int labeledId)

Parameters

viewId
The id of the view whose property to set.
labeledId
The id of a view for which this view serves as a label.

Remarks

Equivalent to calling View.setLabelFor(int).

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17