AppWindowChangedEventArgs.DidWindowPresentationChange 属性

定义

获取一个值,该值指示应用的窗口演示文稿是否已更改。

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

属性值

Boolean

bool

如果应用的窗口演示文稿发生更改,则为 true;否则为 false

适用于

另请参阅