Version

GetCustomizedString Method (DocumentsCoreResourceCustomizer)

Gets the customized string identified by the specified string resource name.
Syntax
public string GetCustomizedString( 
   string name
)

Parameters

name
Name of the string resource that was customized.

Return Value

The customized string or null if the resource wasn't customized.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also