共用方式為


ISharedPreferences.Edit 方法

定義

為這些喜好設定建立新的編輯器,您可以透過該編輯器對喜好設定中的數據進行修改,並不可部分完成地將這些變更認可回 SharedPreferences 物件。

[Android.Runtime.Register("edit", "()Landroid/content/SharedPreferences$Editor;", "GetEditHandler:Android.Content.ISharedPreferencesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Content.ISharedPreferencesEditor? Edit ();
[<Android.Runtime.Register("edit", "()Landroid/content/SharedPreferences$Editor;", "GetEditHandler:Android.Content.ISharedPreferencesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Edit : unit -> Android.Content.ISharedPreferencesEditor

傳回

傳回 介面的新實例 Editor ,讓您修改這個 SharedPreferences 物件中的值。

屬性

備註

android.content.SharedPreferences.edit()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於