다음을 통해 공유


LayoutInflater.IFactory2.OnCreateView 메서드

정의

#onCreateView(String, Context, AttributeSet) 또한 해당 버전은 뷰에서 만든 뷰가 배치될 부모를 제공합니다.

[Android.Runtime.Register("onCreateView", "(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;", "GetOnCreateView_Landroid_view_View_Ljava_lang_String_Landroid_content_Context_Landroid_util_AttributeSet_Handler:Android.Views.LayoutInflater/IFactory2Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Views.View? OnCreateView (Android.Views.View? parent, string name, Android.Content.Context context, Android.Util.IAttributeSet attrs);
[<Android.Runtime.Register("onCreateView", "(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;", "GetOnCreateView_Landroid_view_View_Ljava_lang_String_Landroid_content_Context_Landroid_util_AttributeSet_Handler:Android.Views.LayoutInflater/IFactory2Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnCreateView : Android.Views.View * string * Android.Content.Context * Android.Util.IAttributeSet -> Android.Views.View

매개 변수

parent
View

만든 뷰가 배치될 부모입니다. <이>값은 null</em>일 수 있습니다.

name
String

확장할 태그 이름입니다.

context
Context

뷰가 만들어지는 컨텍스트입니다.

attrs
IAttributeSet

XML 파일에 지정된 인플레이션 특성입니다.

반환

새로 만든 보기를 봅니다. 기본 동작에 대해 null을 반환합니다.

특성

설명

#onCreateView(String, Context, AttributeSet) 또한 해당 버전은 뷰에서 만든 뷰가 배치될 부모를 제공합니다.

에 대한 android.view.LayoutInflater.Factory2.onCreateView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상