IPreferences.Set<T>(String, T, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定指定索引鍵的值。
public void Set<T> (string key, T value, string? sharedName = default);
abstract member Set : string * 'T * string -> unit
Public Sub Set(Of T) (key As String, value As T, Optional sharedName As String = Nothing)
類型參數
- T
儲存在此喜好設定中的物件類型。
參數
- key
- String
要為其設定值的索引鍵。
- value
- T
要設定的值。
- sharedName
- String
共用容器名稱。