IXamlUIPresenterHost.ResolveFileResource(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 resource that is specified by a path and returns a string filename.
public:
Platform::String ^ ResolveFileResource(Platform::String ^ path);
winrt::hstring ResolveFileResource(winrt::hstring const& path);
public string ResolveFileResource(string path);
function resolveFileResource(path)
Public Function ResolveFileResource (path As String) As String
Parameters
- path
-
String
Platform::String
winrt::hstring
The local path to resolve.
Returns
The resolved file name.