IXamlUIPresenterHost.ResolveFileResource(String) Method

Definition

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

String

Platform::String

winrt::hstring

The resolved file name.

Applies to