Partager via


AppWindowChangedEventArgs.DidWindowPresentationChange Propriété

Définition

Obtient une valeur qui indique si la présentation de fenêtre appliquée a changé.

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

Valeur de propriété

Boolean

bool

true si la présentation de la fenêtre appliquée a changé ; sinon, false.

S’applique à

Voir aussi