XamlUIPresenter.SetHost(IXamlUIPresenterHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the IXamlUIPresenterHost service implementation to use for application resource resolution.
public:
static void SetHost(IXamlUIPresenterHost ^ host);
static void SetHost(IXamlUIPresenterHost const& host);
public static void SetHost(IXamlUIPresenterHost host);
function setHost(host)
Public Shared Sub SetHost (host As IXamlUIPresenterHost)
Parameters
- host
- IXamlUIPresenterHost
A service implementation.