IXamlUIPresenterHost
IXamlUIPresenterHost
IXamlUIPresenterHost
IXamlUIPresenterHost
Interface
Definition
Represents a service that resolves resources from an application. This interface is used for design tool hosting scenarios and is not intended for general use.
public : interface IXamlUIPresenterHostpublic interface IXamlUIPresenterHostPublic Interface IXamlUIPresenterHost// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.UI.Xaml.Hosting.HostingContract (introduced v1)
|
Methods
ResolveFileResource(String) ResolveFileResource(String) ResolveFileResource(String) ResolveFileResource(String)
Resolves a resource that is specified by a path and returns a string filename.
public : PlatForm::String ResolveFileResource(PlatForm::String path)public string ResolveFileResource(String path)Public Function ResolveFileResource(path As String) As string// This API is not available in Javascript.
Parameters
- path
- PlatForm::String String String String
The local path to resolve.
Returns
PlatForm::String
string
string
string
The resolved file name.