ISharedPreferencesEditor.PutInt(String, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Android.Runtime.Register("putInt", "(Ljava/lang/String;I)Landroid/content/SharedPreferences$Editor;", "GetPutInt_Ljava_lang_String_IHandler:Android.Content.ISharedPreferencesEditorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Content.ISharedPreferencesEditor? PutInt (string? key, int value);
[<Android.Runtime.Register("putInt", "(Ljava/lang/String;I)Landroid/content/SharedPreferences$Editor;", "GetPutInt_Ljava_lang_String_IHandler:Android.Content.ISharedPreferencesEditorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member PutInt : string * int -> Android.Content.ISharedPreferencesEditor
Parâmetros
- key
- String
O nome da preferência a ser modificada.
- value
- Int32
O novo valor para a preferência.
Retornos
- Atributos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.