DisplayAreaWatcher 类

定义

枚举显示区域,并在显示区域的集合或单个 DisplayArea 的配置发生更改时引发事件。

public ref class DisplayAreaWatcher sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DisplayAreaWatcher final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DisplayAreaWatcher
Public NotInheritable Class DisplayAreaWatcher
继承
Object Platform::Object IInspectable DisplayAreaWatcher
属性

注解

若要创建 DisplayAreaWatcher,请调用 DisplayArea.CreateWatcher。 必须在 UI 线程上创建 DisplayAreaWatcher

属性

Status

获取 的状态 DisplayAreaWatcher

方法

Start()

启动 DisplayAreaWatcher

Stop()

停止 DisplayAreaWatcher

事件

Added

将 添加到 由 DisplayArea.FindAll返回的显示区域的集合时DisplayArea发生。

EnumerationCompleted

当观察程序事件的初始传递已处理且显示区域集合完成时发生。

Removed

从 返回DisplayArea.FindAll的集合中删除 时DisplayArea发生。

Stopped

在 已停止时 DisplayAreaWatcher 发生。

Updated

在 的配置 DisplayArea 已更改时发生。

适用于

另请参阅