Metodo IUIAutomationPatternInstance::GetProperty (uiautomationcore.h)
L'oggetto wrapper client implementa i metodi IUIAutomation::get_CurrentX e IUIAutomationElement::get_CachedX chiamando questa funzione, specificando la proprietà per indice.
Sintassi
HRESULT GetProperty(
[in] UINT index,
[in] BOOL cached,
UIAutomationType type,
[out, retval] void *pPtr
);
Parametri
[in] index
Tipo: UINT
Indice della proprietà.
[in] cached
Tipo: BOOL
TRUE se la proprietà deve essere recuperata dalla cache; in caso contrario, FALSE.
type
[out, retval] pPtr
Tipo: void*
Riceve il valore della proprietà .
Valore restituito
Tipo: HRESULT
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
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] |
Piattaforma di destinazione | Windows |
Intestazione | uiautomationcore.h (include UIAutomation.h) |