Settings.System.PutConfiguration(ContentResolver, Configuration) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Configuration オブジェクトから構成関連の設定のバッチを書き込む便利な関数。
[Android.Runtime.Register("putConfiguration", "(Landroid/content/ContentResolver;Landroid/content/res/Configuration;)Z", "")]
public static bool PutConfiguration(Android.Content.ContentResolver? cr, Android.Content.Res.Configuration? config);
[<Android.Runtime.Register("putConfiguration", "(Landroid/content/ContentResolver;Landroid/content/res/Configuration;)Z", "")>]
static member PutConfiguration : Android.Content.ContentResolver * Android.Content.Res.Configuration -> bool
パラメーター
アクセスする ContentResolver。
- config
- Configuration
書き込む設定。
返品
値が設定されている場合は true、データベース エラーの場合は false
- 属性
注釈
Configuration オブジェクトから構成関連の設定のバッチを書き込む便利な関数。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。