LayoutInflater.From(Context) メソッド

定義

指定したコンテキストから LayoutInflater を取得します。

[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

パラメーター

context
Context

戻り値

属性

注釈

指定したコンテキストから LayoutInflater を取得します。

の Java ドキュメント android.view.LayoutInflater.from(android.content.Context)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象