Interfaccia ISwapChainBackgroundPanelNative (windows.ui.xaml.media.dxinterop.h)
Fornisce l'interoperabilità tra XAML e una catena di scambio DirectX.
Ereditarietà
L'interfaccia ISwapChainBackgroundPanelNative eredita dall'interfaccia IUnknown . ISwapChainBackgroundPanelNative include anche questi tipi di membri:
Metodi
L'interfaccia ISwapChainBackgroundPanelNative include questi metodi.
ISwapChainBackgroundPanelNative::SetSwapChain Imposta la catena di scambio DirectX per SwapChainBackgroundPanel. |
Commenti
Questa interfaccia fornisce l'implementazione nativa del tipo Windows::UI::XAML::Control::SwapChainBackgroundPanel Windows Runtime. Per ottenere un puntatore a ISwapChainBackgroundPanelNative, è necessario eseguire il cast di un'istanza di SwapChainBackgroundPanel in IInspectable o IUnknown e chiamare QueryInterface.
Microsoft::WRL::ComPtr<ISwapChainBackgroundPanelNative> m_swapChainNative;
// ...
IInspectable* panelInspectable = (IInspectable*) reinterpret_cast<IInspectable*>(swapChainPanel);
panelInspectable->QueryInterface(__uuidof(ISwapChainBackgroundPanelNative), (void **)&m_swapChainNative);
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2012 R2 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | windows.ui.xaml.media.dxinterop.h |