다음을 통해 공유


StackView 생성자

정의

오버로드

StackView(Context)

추가할 수 있습니다.

StackView(Context, IAttributeSet)

추가할 수 있습니다.

StackView(IntPtr, JniHandleOwnership)

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

StackView(Context, IAttributeSet, Int32)

추가할 수 있습니다.

StackView(Context, IAttributeSet, Int32, Int32)

추가할 수 있습니다.

StackView(Context)

추가할 수 있습니다.

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

매개 변수

context
Context
특성

설명

추가할 수 있습니다.

에 대한 android.widget.StackView.StackView(android.content.Context)Java 설명서

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

적용 대상

StackView(Context, IAttributeSet)

추가할 수 있습니다.

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

매개 변수

context
Context
특성

설명

추가할 수 있습니다.

에 대한 android.widget.StackView.StackView(android.content.Context, android.util.AttributeSet)Java 설명서

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

적용 대상

StackView(IntPtr, JniHandleOwnership)

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

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

매개 변수

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

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

적용 대상

StackView(Context, IAttributeSet, Int32)

추가할 수 있습니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public StackView (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.StackView : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Widget.StackView

매개 변수

context
Context
defStyleAttr
Int32
특성

설명

추가할 수 있습니다.

에 대한 android.widget.StackView.StackView(android.content.Context, android.util.AttributeSet, int)Java 설명서

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

적용 대상

StackView(Context, IAttributeSet, Int32, Int32)

추가할 수 있습니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public StackView (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.StackView : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Widget.StackView

매개 변수

context
Context
defStyleAttr
Int32
defStyleRes
Int32
특성

설명

추가할 수 있습니다.

에 대한 android.widget.StackView.StackView(android.content.Context, android.util.AttributeSet, int, int)Java 설명서

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

적용 대상