Méthode IAccessibleHostingElementProviders::GetObjectIdForProvider (uiautomationcore.h)
Récupère l’ID d’objet associé à un contrôle Microsoft ActiveX sans fenêtre qui implémente Microsoft UI Automation.
Syntaxe
HRESULT GetObjectIdForProvider(
[in, optional] IRawElementProviderSimple *pProvider,
[out] long *pidObject
);
Paramètres
[in, optional] pProvider
Type : IRawElementProviderSimple*
Fournisseur du contrôle ActiveX sans fenêtre.
[out] pidObject
Type : long*
ID d’objet du contrôle ActiveX sans fenêtre contenu.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows 8 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | uiautomationcore.h (incluez UIAutomation.h) |