Freigeben über


IUIAutomationProxyFactoryMapping::GetEntry-Methode (uiautomationclient.h)

Ruft einen Eintrag aus der Proxy factory-Tabelle ab.

Syntax

HRESULT GetEntry(
  [in]          UINT                           index,
  [out, retval] IUIAutomationProxyFactoryEntry **entry
);

Parameter

[in] index

Typ: UINT

Der nullbasierte Index des abzurufenden Elements.

[out, retval] entry

Typ: IUIAutomationProxyFactoryEntry**

Empfängt einen Zeiger auf den Eintrag.

Rückgabewert

Typ: HRESULT

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista, Windows XP mit SP3 und Plattformupdate für Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008, Windows Server 2003 mit SP2 und Plattformupdate für Windows Server 2008 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile uiautomationclient.h (include UIAutomation.h)