Struttura UIAutomationEventInfo (uiautomationcore.h)

Contiene informazioni su un evento personalizzato.

Sintassi

struct UIAutomationEventInfo {
  GUID    guid;
  LPCWSTR pProgrammaticName;
};

Members

guid

Tipo: GUID

Identificatore dell'evento.

pProgrammaticName

Tipo: LPCWSTR

Nome programmatico dell'evento (stringa non localizzabile).

Requisiti

Requisito Valore
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista, Windows XP con SP3 e Platform Update per Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008, Windows Server 2003 con SP2 e Aggiornamento della piattaforma per Windows Server 2008 [app desktop | App UWP]
Intestazione uiautomationcore.h (includere UIAutomation.h)

Vedi anche

Proprietà, eventi e modelli di controllo personalizzati

RegisterEvent