AppWindowChangedEventArgs.DidWindowingEnvironmentChange 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 propriété AppWindow.WindowingEnvironment a changé.
public:
property bool DidWindowingEnvironmentChange { bool get(); };
bool DidWindowingEnvironmentChange();
public bool DidWindowingEnvironmentChange { get; }
var boolean = appWindowChangedEventArgs.didWindowingEnvironmentChange;
Public ReadOnly Property DidWindowingEnvironmentChange As Boolean
Valeur de propriété
Boolean
bool
true si la propriété AppWindow.WindowingEnvironment a changé ; sinon, false.