Compartilhar via


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

Definition

Gets current value from the storage

public:
generic <typename T>
 T GetValue(System::String ^ collectionPath, System::String ^ key, T defaultValue);
public T GetValue<T> (string collectionPath, string key, T defaultValue);
abstract member GetValue : string * string * 'T -> 'T
Public Function GetValue(Of T) (collectionPath As String, key As String, defaultValue As T) As T

Type Parameters

T

Parameters

collectionPath
String
key
String
defaultValue
T

Returns

T

Applies to