SwapChainBackgroundPanel.CreateCoreIndependentInputSource メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意
swapChainBackgroundPanel は、Windows 8.1後にリリースで変更または使用できない場合があります。代わりに、SwapChainPanel を使用してください。
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
パラメーター
- deviceTypes
- CoreInputDeviceTypes
列挙体の結合された値。
戻り値
相互運用のために入力サブシステムを表し、入力イベント接続ポイントに使用できる オブジェクト。
注釈
重要
UI 以外のスレッドから CreateCoreIndependentInputSource を呼び出す必要があります。そうしないと、このメソッドは失敗します。