Settings.System.PutInt(ContentResolver, String, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將單一設定值更新為整數的便利函式。
[Android.Runtime.Register("putInt", "(Landroid/content/ContentResolver;Ljava/lang/String;I)Z", "")]
public static bool PutInt (Android.Content.ContentResolver? cr, string? name, int value);
[<Android.Runtime.Register("putInt", "(Landroid/content/ContentResolver;Ljava/lang/String;I)Z", "")>]
static member PutInt : Android.Content.ContentResolver * string * int -> bool
參數
要存取的 ContentResolver。
- name
- String
要修改的設定名稱。
- value
- Int32
設定的新值。
傳回
如果已設定值,則為 true,在資料庫錯誤時為 false
- 屬性
備註
將單一設定值更新為整數的便利函式。 如果指定的名稱不存在,這會在數據表中建立新的專案,或使用該名稱修改現有數據列的值。 請注意,內部設定值一律會儲存為字串,因此此函式會將指定的值轉換成字串,然後再儲存它。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。