Share via


RemoteViews.LayoutId Propiedad

Definición

Devuelve el identificador de diseño del diseño raíz asociado a esta RemoteViews.

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

Valor de propiedad

el identificador de diseño.

Atributos

Comentarios

Devuelve el identificador de diseño del diseño raíz asociado a esta RemoteViews. En caso de que RemoteViews tenga una raíz horizontal y vertical, devolverá el identificador de diseño asociado al diseño vertical.

Documentación de Java para android.widget.RemoteViews.getLayoutId().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a