AppWindowChangedEventArgs.DidWindowingEnvironmentChange 属性

定义

获取一个值,该值指示 AppWindow.WindowingEnvironment 属性是否已更改。

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

属性值

Boolean

bool

如果 AppWindow.WindowingEnvironment 属性已更改,则为 true;否则为 false

适用于

另请参阅