PexSettingsStoreAttributeBase.GetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetValue<T>(String, T) |
Gets a value |
GetValue<T>(String) |
Gets a value |
GetValue<T>(String, T)
Gets a value
protected:
generic <typename T>
T GetValue(System::String ^ key, T defaultValue);
protected T GetValue<T> (string key, T defaultValue);
member this.GetValue : string * 'T -> 'T
Protected Function GetValue(Of T) (key As String, defaultValue As T) As T
Type Parameters
- T
Parameters
- key
- String
The key.
- defaultValue
- T
The default value.
Returns
T
Applies to
GetValue<T>(String)
Gets a value
protected:
generic <typename T>
T GetValue(System::String ^ key);
protected T GetValue<T> (string key);
member this.GetValue : string -> 'T
Protected Function GetValue(Of T) (key As String) As T
Type Parameters
- T
Parameters
- key
- String
Returns
T