Preference コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Preference(Context) |
基本設定を作成するコンストラクター。 |
Preference(Context, IAttributeSet) |
XML から Preference を拡張するときに呼び出されるコンストラクター。 |
Preference(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
Preference(Context, IAttributeSet, Int32) |
XML からインフレーションを実行し、クラス固有の基本スタイルを適用します。 |
Preference(Context, IAttributeSet, Int32, Int32) |
XML からインフレーションを実行し、クラス固有の基本スタイルを適用します。 |
Preference(Context)
基本設定を作成するコンストラクター。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public Preference (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Preferences.Preference : Android.Content.Context -> Android.Preferences.Preference
パラメーター
- context
- Context
基本設定の値を格納するコンテキスト。
- 属性
注釈
基本設定を作成するコンストラクター。
の Java ドキュメントandroid.preference.Preference.Preference(android.content.Context)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
Preference(Context, IAttributeSet)
XML から Preference を拡張するときに呼び出されるコンストラクター。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public Preference (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Preferences.Preference : Android.Content.Context * Android.Util.IAttributeSet -> Android.Preferences.Preference
パラメーター
- context
- Context
現在のテーマやリソース SharedPreferences
などにアクセスできる、これが関連付けられているコンテキスト。
- attrs
- IAttributeSet
ユーザー設定を拡張する XML タグの属性。
- 属性
注釈
XML から Preference を拡張するときに呼び出されるコンストラクター。 これは、XML ファイルからユーザー設定を作成するときに呼び出され、XML ファイルで指定された属性を指定します。 このバージョンでは既定のスタイル 0 が使用されるため、適用される属性値はコンテキストのテーマと指定された AttributeSet 内の属性値のみです。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
こちらもご覧ください
- <xref:Android.Preferences.Preference(Android.Content.Context%2c+Android.Util.IAttributeSet%2c+Android.Util.IAttributeSet)>
適用対象
Preference(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected Preference (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Preferences.Preference : nativeint * Android.Runtime.JniHandleOwnership -> Android.Preferences.Preference
パラメーター
- transfer
- JniHandleOwnership
処理方法 JniHandleOwnershipを示す javaReference
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
Preference(Context, IAttributeSet, Int32)
XML からインフレーションを実行し、クラス固有の基本スタイルを適用します。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public Preference (Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyleAttr);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")>]
new Android.Preferences.Preference : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Preferences.Preference
パラメーター
- context
- Context
現在のテーマやリソース SharedPreferences
などにアクセスできる、これが関連付けられているコンテキスト。
- attrs
- IAttributeSet
ユーザー設定を拡張する XML タグの属性。
- defStyleAttr
- Int32
ビューの既定値を提供するスタイル リソースへの参照を含む現在のテーマの属性。 既定値を探さない場合は 0 にすることができます。
- 属性
注釈
XML からインフレーションを実行し、クラス固有の基本スタイルを適用します。 Preference のこのコンストラクターを使用すると、サブクラスが膨らんでいるときに独自の基本スタイルを使用できます。 たとえば、コンストラクターはCheckBoxPreference
、このバージョンのスーパー クラス コンストラクターを呼び出し、var>defStyleAttr</var> を<指定android.R.attr.checkBoxPreferenceStyle
します。 これにより、テーマのチェックボックスの基本設定スタイルで、すべての基本基本設定属性とクラスの属性を CheckBoxPreference
変更できます。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
こちらもご覧ください
- <xref:Android.Preferences.Preference(Android.Content.Context%2c+Android.Util.IAttributeSet)>
適用対象
Preference(Context, IAttributeSet, Int32, Int32)
XML からインフレーションを実行し、クラス固有の基本スタイルを適用します。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public Preference (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.Preferences.Preference : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Preferences.Preference
パラメーター
- context
- Context
現在のテーマやリソース SharedPreferences
などにアクセスできる、これが関連付けられているコンテキスト。
- attrs
- IAttributeSet
ユーザー設定を拡張する XML タグの属性。
- defStyleAttr
- Int32
ビューの既定値を提供するスタイル リソースへの参照を含む現在のテーマの属性。 既定値を探さない場合は 0 にすることができます。
- defStyleRes
- Int32
defStyleAttr が 0 の場合、またはテーマで見つからない場合にのみ使用される、ビューの既定値を提供するスタイル リソースのリソース識別子。 既定値を探さない場合は 0 にすることができます。
- 属性
注釈
XML からインフレーションを実行し、クラス固有の基本スタイルを適用します。 Preference のこのコンストラクターを使用すると、サブクラスが膨らんでいるときに独自の基本スタイルを使用できます。 たとえば、コンストラクターはCheckBoxPreference
、このバージョンのスーパー クラス コンストラクターを呼び出し、var>defStyleAttr</var> を<指定android.R.attr.checkBoxPreferenceStyle
します。 これにより、テーマのチェックボックスの基本設定スタイルで、すべての基本基本設定属性とクラスの属性を CheckBoxPreference
変更できます。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
こちらもご覧ください
- <xref:Android.Preferences.Preference(Android.Content.Context%2c+Android.Util.IAttributeSet)>