次の方法で共有


WindowInteractionState 列挙型

定義

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

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

フィールド

BlockedByModalWindow 3

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

Closing 1

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

NotResponding 4

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

ReadyForUserInteraction 2

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

Running 0

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

適用対象