AppWindowChangedEventArgs.DidWindowPresentationChange プロパティ

定義

適用されたウィンドウ プレゼンテーションが変更されたかどうかを示す値を取得します。

public:
 property bool DidWindowPresentationChange { bool get(); };
bool DidWindowPresentationChange();
public bool DidWindowPresentationChange { get; }
var boolean = appWindowChangedEventArgs.didWindowPresentationChange;
Public ReadOnly Property DidWindowPresentationChange As Boolean

プロパティ値

Boolean

bool

適用されたウィンドウのプレゼンテーションが変更された場合は true。それ以外の場合は false

適用対象

こちらもご覧ください