Condividi tramite


Funzione CreateXamlUIPresenter

Funzione creator statica che può creare un xamlUIPresenter per una superficie di rendering in un'app desktop.

Sintassi

 static HRESULT WINAPI CreateXamlUIPresenter(
  _In_  IViewObjectPresentNotifySite                 *pPresentSite,
  _Out_ Windows::UI::Xaml::Hosting::IXamlUIPresenter **ppPresenter
);

Parametri

pPresentSite [in]

Un'interfaccia di hosting esistente. Vedere la documentazione di IViewObjectPresentNotifySite in Internet Explorer.

ppPresenter [out]

Interfaccia [exclusiveto] per xamlUIPresenter.

Valore restituito

Oggetto HResult standard, S_OK per il successo.

Commenti

La chiamata a questo metodo richiede una dllImport da Windows.UI.Xaml.dll.

Non è possibile chiamare questo metodo da un'app di Windows Store.

Requisiti

Requisito Valore
Intestazione
Windows.ui.xaml-coretypes.idl
DLL
Windows.UI.Xaml.dll

Vedi anche

XamlUIPresenter