Condividi tramite


AppWindowChangedEventArgs.DidWindowingEnvironmentChange Proprietà

Definizione

Ottiene un valore che indica se la proprietà AppWindow.WindowingEnvironment è stata modificata.

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

Valore della proprietà

Boolean

bool

true se la proprietà AppWindow.WindowingEnvironment è stata modificata; in caso contrario, false.

Si applica a

Vedi anche