FragmentController.OnCreateView(View, String, Context, IAttributeSet) 메서드

정의

조각의 뷰를 인스턴스화합니다.

[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", ApiSince=23)]
public virtual 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", ApiSince=23)>]
abstract member OnCreateView : Android.Views.View * string * Android.Content.Context * Android.Util.IAttributeSet -> Android.Views.View
override this.OnCreateView : Android.Views.View * string * Android.Content.Context * Android.Util.IAttributeSet -> Android.Views.View

매개 변수

parent
View

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

name
String

부풀릴 태그 이름입니다.

context
Context

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

attrs
IAttributeSet

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

반환

새로 만든 보기 보기

특성

설명

조각의 뷰를 인스턴스화합니다.

에 대한 Java 설명서입니다 android.app.FragmentController.onCreateView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet).

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

적용 대상