Share via


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 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
Attributes

Windows requirements

Requirements Description
Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.UI.Xaml.Hosting.HostingContract (introduced in v1.0)

Methods

Name Description
ResolveFileResource(String)

Resolves a resource that is specified by a path and returns a string filename.

Applies to