Share via


Preferences.Set メソッド

定義

オーバーロード

Set(String, Int64, String)

指定のキーに対して値を設定します。

Set(String, Int32, String)

指定のキーに対して値を設定します。

Set(String, Double, String)

指定のキーに対して値を設定します。

Set(String, DateTime, String)

指定のキーに対して値を設定します。

Set(String, Boolean, String)

指定のキーに対して値を設定します。

Set(String, String)

指定のキーに対して値を設定します。

Set(String, Double)

指定のキーに対して値を設定します。

Set(String, Int64)

指定のキーに対して値を設定します。

Set(String, Int32)

指定のキーに対して値を設定します。

Set(String, DateTime)

指定のキーに対して値を設定します。

Set(String, Boolean)

指定のキーに対して値を設定します。

Set(String, Single, String)

指定のキーに対して値を設定します。

Set(String, Single)

指定のキーに対して値を設定します。

Set(String, String, String)

指定のキーに対して値を設定します。

Set(String, Int64, String)

指定のキーに対して値を設定します。

public static void Set (string key, long value, string sharedName);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Int64

基本設定の値。

sharedName
System.String

共有コンテナー名。

適用対象

Set(String, Int32, String)

指定のキーに対して値を設定します。

public static void Set (string key, int value, string sharedName);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Int32

基本設定の値。

sharedName
System.String

共有コンテナー名。

適用対象

Set(String, Double, String)

指定のキーに対して値を設定します。

public static void Set (string key, double value, string sharedName);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Double

基本設定の値。

sharedName
System.String

共有コンテナー名。

適用対象

Set(String, DateTime, String)

指定のキーに対して値を設定します。

public static void Set (string key, DateTime value, string sharedName);

パラメーター

key
System.String

ユーザー設定キー。

value
System.DateTime

基本設定の値。

sharedName
System.String

共有コンテナー名。

適用対象

Set(String, Boolean, String)

指定のキーに対して値を設定します。

public static void Set (string key, bool value, string sharedName);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Boolean

基本設定の値。

sharedName
System.String

共有コンテナー名。

適用対象

Set(String, String)

指定のキーに対して値を設定します。

public static void Set (string key, string value);

パラメーター

key
System.String

ユーザー設定キー。

value
System.String

基本設定の値。

適用対象

Set(String, Double)

指定のキーに対して値を設定します。

public static void Set (string key, double value);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Double

基本設定の値。

適用対象

Set(String, Int64)

指定のキーに対して値を設定します。

public static void Set (string key, long value);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Int64

基本設定の値。

適用対象

Set(String, Int32)

指定のキーに対して値を設定します。

public static void Set (string key, int value);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Int32

基本設定の値。

適用対象

Set(String, DateTime)

指定のキーに対して値を設定します。

public static void Set (string key, DateTime value);

パラメーター

key
System.String

ユーザー設定キー。

value
System.DateTime

基本設定の値。

適用対象

Set(String, Boolean)

指定のキーに対して値を設定します。

public static void Set (string key, bool value);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Boolean

基本設定の値。

適用対象

Set(String, Single, String)

指定のキーに対して値を設定します。

public static void Set (string key, float value, string sharedName);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Single

基本設定の値。

sharedName
System.String

共有コンテナー名。

適用対象

Set(String, Single)

指定のキーに対して値を設定します。

public static void Set (string key, float value);

パラメーター

key
System.String

ユーザー設定キー。

value
System.Single

基本設定の値。

適用対象

Set(String, String, String)

指定のキーに対して値を設定します。

public static void Set (string key, string value, string sharedName);

パラメーター

key
System.String

ユーザー設定キー。

value
System.String

基本設定の値。

sharedName
System.String

共有コンテナー名。

適用対象