Partager via


ICollectionKeyValueStorage.SetValue<T>(String, String, T) Method

Definition

Sets value to the storage.

public:
generic <typename T>
 void SetValue(System::String ^ collectionPath, System::String ^ key, T value);
public void SetValue<T> (string collectionPath, string key, T value);
abstract member SetValue : string * string * 'T -> unit
Public Sub SetValue(Of T) (collectionPath As String, key As String, value As T)

Type Parameters

T

Parameters

collectionPath
String
key
String
value
T

Applies to