AppWindowChangedEventArgs.DidPresenterChange Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si la AppWindow.Presenter
propriété a changé.
public:
property bool DidPresenterChange { bool get(); };
bool DidPresenterChange();
public bool DidPresenterChange { get; }
var boolean = appWindowChangedEventArgs.didPresenterChange;
Public ReadOnly Property DidPresenterChange As Boolean
Valeur de propriété
Boolean
bool
true
si le présentateur de la fenêtre a changé ; sinon, false
.