IXamlUIPresenterHost 接口

定义

表示从应用程序解析资源的服务。 此接口用于设计工具托管方案,不适用于常规用途。

public interface class IXamlUIPresenterHost
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Xaml.Hosting.HostingContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2868610253, 40813, 20352, 172, 44, 14, 108, 185, 243, 22, 89)]
struct IXamlUIPresenterHost
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Xaml.Hosting.HostingContract), 65536)]
[Windows.Foundation.Metadata.Guid(2868610253, 40813, 20352, 172, 44, 14, 108, 185, 243, 22, 89)]
public interface IXamlUIPresenterHost
Public Interface IXamlUIPresenterHost
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.UI.Xaml.Hosting.HostingContract (在 v1.0 中引入)

方法

ResolveFileResource(String)

解析由路径指定的资源并返回字符串文件名。

适用于