Share via


WindowInteractionState 列挙型

定義

ユーザーまたはプログラムによる操作を目的として、ウィンドウの現在の状態を指定する値を定義します。

public enum class WindowInteractionState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WindowInteractionState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WindowInteractionState
Public Enum WindowInteractionState
継承
WindowInteractionState
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

BlockedByModalWindow 3

ウィンドウはモーダル ウィンドウによってブロックされます。

Closing 1

ウィンドウが閉じています。

NotResponding 4

ウィンドウが応答していません。

ReadyForUserInteraction 2

ウィンドウはユーザー操作の準備ができています。

Running 0

ウィンドウが実行中です。 これは、ウィンドウが応答しているか、ユーザー操作の準備ができていることを保証するものではありません。

適用対象