Condividi tramite


SwapChainBackgroundPanel.CreateCoreIndependentInputSource Metodo

Definizione

Nota

SwapChainBackgroundPanel può essere modificato o non disponibile per le versioni dopo Windows 8.1 Usare Invece SwapChainPanel.

Crea un oggetto di input principale che gestisce i tipi di input come specificato dal parametro deviceTypes .

public:
 virtual CoreIndependentInputSource ^ CreateCoreIndependentInputSource(CoreInputDeviceTypes deviceTypes) = CreateCoreIndependentInputSource;
CoreIndependentInputSource CreateCoreIndependentInputSource(CoreInputDeviceTypes const& deviceTypes);
public CoreIndependentInputSource CreateCoreIndependentInputSource(CoreInputDeviceTypes deviceTypes);
function createCoreIndependentInputSource(deviceTypes)
Public Function CreateCoreIndependentInputSource (deviceTypes As CoreInputDeviceTypes) As CoreIndependentInputSource

Parametri

deviceTypes
CoreInputDeviceTypes

Valore combinato dell'enumerazione .

Restituisce

Oggetto che rappresenta il sottosistema di input per scopi di interoperabilità e può essere usato per i punti di connessione dell'evento di input.

Commenti

Importante

È necessario chiamare CreateCoreIndependentInputSource da un thread non dell'interfaccia utente. In caso contrario, questo metodo avrà esito negativo.

Si applica a

Vedi anche