Share via


CoreInputViewOcclusionKind 列挙型

定義

CoreInputViewOcclusion オブジェクトでサポートされる入力ペインの種類を指定します。

注意

HoloLens ではサポートされていません。

public enum class CoreInputViewOcclusionKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class CoreInputViewOcclusionKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum CoreInputViewOcclusionKind
var value = Windows.UI.ViewManagement.Core.CoreInputViewOcclusionKind.docked
Public Enum CoreInputViewOcclusionKind
継承
CoreInputViewOcclusionKind
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

フィールド

Docked 0

タッチ キーボードや手書きパネルなどのソフト入力パネル (SIP) などのドッキングされたペイン。

Floating 1

ツール バーや 、タッチ キーボードや手書きパネルなどのソフト入力パネル (SIP) などのドッキングされていないウィンドウ。

Overlay 2

インライン Ink や Input Method Editor (IME) 候補ウィンドウなどのフローティング ウィンドウ。

注釈

フレームワーク (XAML など) またはカスタム テキスト コントロールでのみ使用されます。

適用対象