次の方法で共有


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)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象