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).

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상