ResourcesChangedEventArgs.ResolveValue(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.
Resolves a single resource value by key.
public:
System::Object ^ ResolveValue(System::String ^ key);
public object ResolveValue(string key);
member this.ResolveValue : string -> obj
Public Function ResolveValue (key As String) As Object
Parameters
- key
- String
The resource key.
Returns
The resolved value, or null if not found.