Struttura UIAutomationPropertyInfo (uiautomationcore.h)
Contiene informazioni su una proprietà personalizzata.
Sintassi
struct UIAutomationPropertyInfo {
GUID guid;
LPCWSTR pProgrammaticName;
UIAutomationType type;
};
Members
guid
Tipo: GUID
Identificatore univoco della proprietà.
pProgrammaticName
Tipo: LPCWSTR
Nome programmatico della proprietà (stringa non localizzabile).
type
Tipo: UIAutomationType
Valore del tipo enumerato UIAutomationType che indica il tipo di dati del valore della proprietà.
Commenti
Una proprietà personalizzata deve avere uno dei tipi di dati seguenti specificati dall'enumerazione UIAutomationType . Nessun altro tipo di dati è supportato per le proprietà personalizzate. Per altre informazioni, vedere Proprietà, eventi e pattern di controllo personalizzati.
- UIAutomationType_Bool
- UIAutomationType_Double
- UIAutomationType_Element
- UIAutomationType_Int
- UIAutomationType_Point
- UIAutomationType_String
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 Platform Update per Windows Server 2008 [app desktop | App UWP] |
Intestazione | uiautomationcore.h (include UIAutomation.h) |