SimpleValueProvider.FetchValue(String) Method

Definition

When implemented in a derived class, returns the value for the specified key.

protected:
 abstract System::Object ^ FetchValue(System::String ^ key);
protected abstract object FetchValue (string key);
abstract member FetchValue : string -> obj
Protected MustOverride Function FetchValue (key As String) As Object

Parameters

key
String

The key of the value to retrieve.

Returns

The value.

Applies to