Partager via


LayoutInflater.From(Context) Méthode

Définition

Obtient le LayoutInflater à partir du contexte donné.

[Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/view/LayoutInflater;", "")]
public static Android.Views.LayoutInflater? From (Android.Content.Context? context);
[<Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/view/LayoutInflater;", "")>]
static member From : Android.Content.Context -> Android.Views.LayoutInflater

Paramètres

context
Context

Retours

Attributs

Remarques

Obtient le LayoutInflater à partir du contexte donné.

Documentation Java pour android.view.LayoutInflater.from(android.content.Context).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à