Settings.System.GetConfiguration(ContentResolver, Configuration) メソッド

定義

現在の構成に関連するすべての設定を 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

パラメーター

cr
ContentResolver

アクセスする ContentResolver。

outConfig
Configuration

構成設定を配置する場所。

属性

注釈

現在の構成に関連するすべての設定を Configuration オブジェクトに読み取る便利な関数。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象