ObservableSettingsListBase<TValue>.GetValueOrDefault(String) 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.
protected:
virtual ValueT GetValueOrDefault(System::String ^ key);
protected:
virtual TValue GetValueOrDefault(System::String ^ key);
protected:
virtual ValueT GetValueOrDefault(Platform::String ^ key);
virtual ValueT GetValueOrDefault(std::wstring const & key);
protected virtual ValueT GetValueOrDefault (string key);
protected virtual TValue GetValueOrDefault (string key);
abstract member GetValueOrDefault : string -> 'ValueT
override this.GetValueOrDefault : string -> 'ValueT
abstract member GetValueOrDefault : string -> 'Value
override this.GetValueOrDefault : string -> 'Value
Protected Overridable Function GetValueOrDefault (key As String) As ValueT
Protected Overridable Function GetValueOrDefault (key As String) As TValue
Parameters
- key
- String
Returns
ValueT
TValue