共用方式為


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

適用於

另請參閱