ResourceLoader.GetDefaultResourceFilePath 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.
Gets the default resource file path, which is the path a ResourceLoader will be created with if no custom path is specified.
public:
static Platform::String ^ GetDefaultResourceFilePath();
static winrt::hstring GetDefaultResourceFilePath();
public static string GetDefaultResourceFilePath();
function getDefaultResourceFilePath()
Public Shared Function GetDefaultResourceFilePath () As String
Returns
The default path.