UiaStructureChangedEventArgs 結構 (uiautomationcoreapi.h)

注意 此結構已被取代。
 
包含 Microsoft 使用者介面自動化 樹狀結構變更時所引發之事件的相關信息。

語法

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