RelativeLayout 생성자

정의

오버로드

Name Description
RelativeLayout(Context)

새 인스턴스를 초기화합니다.

RelativeLayout(Context, IAttributeSet)

새 인스턴스를 초기화합니다.

RelativeLayout(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

RelativeLayout(Context, IAttributeSet, Int32)

새 인스턴스를 초기화합니다.

RelativeLayout(Context, IAttributeSet, Int32, Int32)

새 인스턴스를 초기화합니다.

RelativeLayout(Context)

새 인스턴스를 초기화합니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public RelativeLayout(Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.RelativeLayout : Android.Content.Context -> Android.Widget.RelativeLayout

매개 변수

context
Context

애플리케이션 리소스 및 서비스에 액세스하는 데 사용되는 컨텍스트입니다.

특성

설명

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

적용 대상

RelativeLayout(Context, IAttributeSet)

새 인스턴스를 초기화합니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public RelativeLayout(Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.RelativeLayout : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.RelativeLayout

매개 변수

context
Context

애플리케이션 리소스 및 서비스에 액세스하는 데 사용되는 컨텍스트입니다.

attrs
IAttributeSet

XML에서 제공하는 특성입니다.

특성

설명

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

적용 대상

RelativeLayout(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

protected RelativeLayout(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.RelativeLayout : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.RelativeLayout

매개 변수

javaReference
IntPtr

nativeint

IntPtrJava JNI(Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

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

적용 대상

RelativeLayout(Context, IAttributeSet, Int32)

새 인스턴스를 초기화합니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public RelativeLayout(Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyleAttr);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")>]
new Android.Widget.RelativeLayout : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Widget.RelativeLayout

매개 변수

context
Context

애플리케이션 리소스 및 서비스에 액세스하는 데 사용되는 컨텍스트입니다.

attrs
IAttributeSet

XML에서 제공하는 특성입니다.

defStyleAttr
Int32

기본 스타일 값을 제공하는 현재 테마의 특성입니다.

특성

설명

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

적용 대상

RelativeLayout(Context, IAttributeSet, Int32, Int32)

새 인스턴스를 초기화합니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public RelativeLayout(Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyleAttr, int defStyleRes);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")>]
new Android.Widget.RelativeLayout : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Widget.RelativeLayout

매개 변수

context
Context

애플리케이션 리소스 및 서비스에 액세스하는 데 사용되는 컨텍스트입니다.

attrs
IAttributeSet

XML에서 제공하는 특성입니다.

defStyleAttr
Int32

기본 스타일 값을 제공하는 현재 테마의 특성입니다.

defStyleRes
Int32

기본 스타일 값을 제공하는 리소스입니다.

특성

설명

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

적용 대상