UiaStructureChangedEventArgs 结构 (uiautomationcoreapi.h)

注意 此结构已弃用。
 
包含有关在 Microsoft UI 自动化树结构更改时引发的事件的信息。

语法

struct UiaStructureChangedEventArgs {
  EventArgsType       Type;
  int                 EventId;
  StructureChangeType StructureChangeType;
  int                 *pRuntimeId;
  int                 cRuntimeIdLen;
};

成员

Type

类型: EventArgsType

EventArgsType 枚举类型的值,指示事件的类型。

EventId

类型: int

事件的标识符。 有关事件标识符的列表,请参阅 事件标识符

StructureChangeType

类型: StructureChangeType

StructureChangeType 枚举类型的值,指示已发生的更改类型。

pRuntimeId

类型: int*

更改中涉及的元素的运行时标识符数组的地址。

cRuntimeIdLen

类型: int

数组中的元素计数。

要求

要求
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 uiautomationcoreapi.h