Settings.System.GetConfiguration(ContentResolver, Configuration) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の構成に関連するすべての設定を Configuration オブジェクトに読み取る便利な関数。
[Android.Runtime.Register("getConfiguration", "(Landroid/content/ContentResolver;Landroid/content/res/Configuration;)V", "")]
public static void GetConfiguration(Android.Content.ContentResolver? cr, Android.Content.Res.Configuration? outConfig);
[<Android.Runtime.Register("getConfiguration", "(Landroid/content/ContentResolver;Landroid/content/res/Configuration;)V", "")>]
static member GetConfiguration : Android.Content.ContentResolver * Android.Content.Res.Configuration -> unit
パラメーター
アクセスする ContentResolver。
- outConfig
- Configuration
構成設定を配置する場所。
- 属性
注釈
現在の構成に関連するすべての設定を Configuration オブジェクトに読み取る便利な関数。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。