共用方式為


ISwapChainBackgroundPanelNative 介面 (windows.ui.xaml.media.dxinterop.h)

提供 XAML 與 DirectX 交換鏈結之間的互通。

繼承

ISwapChainBackgroundPanelNative 介面繼承自 IUnknown 介面。 ISwapChainBackgroundPanelNative 也有下列類型的成員:

方法

ISwapChainBackgroundPanelNative 介面具有這些方法。

 
ISwapChainBackgroundPanelNative::SetSwapChain

設定 SwapChainBackgroundPanel 的 DirectX 交換鏈結。

備註

此介面提供 Windows::UI::XAML::Control::SwapChainBackgroundPanel Windows 執行階段 類型的原生實作。 若要取得 ISwapChainBackgroundPanelNative 的指標,您必須將 SwapChainBackgroundPanel 實例轉換成 IInspectableIUnknown,然後呼叫 QueryInterface


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

規格需求

需求
最低支援的用戶端 Windows 8.1 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2012 R2 [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 windows.ui.xaml.media.dxinterop.h

另請參閱

DirectX 與 XAML 互通性