次の方法で共有


Gallery コンストラクター

定義

オーバーロード

Gallery(Context)
古い.
Gallery(Context, IAttributeSet)
古い.
Gallery(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

Gallery(Context, IAttributeSet, Int32)
古い.
Gallery(Context, IAttributeSet, Int32, Int32)
古い.

注意事項

deprecated

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

パラメーター

context
Context
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

注意事項

deprecated

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

パラメーター

context
Context
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

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

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含む IntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

注意事項

deprecated

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

パラメーター

context
Context
defStyleAttr
Int32
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

注意事項

deprecated

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

パラメーター

context
Context
defStyleAttr
Int32
defStyleRes
Int32
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象