IXamlUIPresenterHost.ResolveFileResource(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
解析路徑所指定的資源,並傳回字串檔案名。
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
參數
- path
-
String
Platform::String
winrt::hstring
要解析的本機路徑。
傳回
已解析的檔案名。