RemoteViews.LayoutId Property

Definition

Returns the layout id of the root layout associated with this RemoteViews.

public virtual int LayoutId { [Android.Runtime.Register("getLayoutId", "()I", "GetGetLayoutIdHandler")] get; }
[<get: Android.Runtime.Register("getLayoutId", "()I", "GetGetLayoutIdHandler")>]
member this.LayoutId : int

Property Value

Int32

the layout id.

Attributes

Remarks

Java documentation for android.widget.RemoteViews.getLayoutId().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to