Share via


Interface ISwapChainBackgroundPanelNative (windows.ui.xaml.media.dxinterop.h)

Fournit une interopérabilité entre XAML et une chaîne d’échange DirectX.

Héritage

L’interface ISwapChainBackgroundPanelNative hérite de l’interface IUnknown. ISwapChainBackgroundPanelNative a également les types de membres suivants :

Méthodes

L’interface ISwapChainBackgroundPanelNative utilise ces méthodes.

 
ISwapChainBackgroundPanelNative ::SetSwapChain

Définit la chaîne d’échange DirectX pour SwapChainBackgroundPanel.

Remarques

Cette interface fournit l’implémentation native du type de Windows Runtime Windows ::UI ::XAML ::Control ::SwapChainBackgroundPanel. Pour obtenir un pointeur vers ISwapChainBackgroundPanelNative, vous devez convertir une instance SwapChainBackgroundPanel en IInspectable ou IUnknown, puis appeler QueryInterface.


Microsoft::WRL::ComPtr<ISwapChainBackgroundPanelNative>	m_swapChainNative;
// ...
IInspectable* panelInspectable = (IInspectable*) reinterpret_cast<IInspectable*>(swapChainPanel);
panelInspectable->QueryInterface(__uuidof(ISwapChainBackgroundPanelNative), (void **)&m_swapChainNative);
	

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8.1 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 R2 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête windows.ui.xaml.media.dxinterop.h

Voir aussi

Technologie interop DirectX et XAML