Pleasereferto@ref_changingInterfaces"ChangingbetweenAccessibleInterfaces" forspecialconsiderationsrelatedtouseoftheMSAAIAccessibleinterfaceand thesetof%IAccessible2interfaces.
*/
[object, uuid(6C9430E9-299D-4E6F-BD01-A82A1E88D3FF)]
interface IAccessible2_2 : IAccessible2
{ /** @brief Returns the attribute value of a specified attribute specific to this object. @param[in]name @param[out]attribute @retvalS_OK @retvalS_FALSEreturnedifthereisnothingtoreturn,[out]valueisNULL. @retvalE_INVALIDARGifbad[in]passed. @noteTheoutputvalueisaVARIANT.TypicallyitwillbeaVT_BSTR,butthere aresomecaseswhereitwillbeaVT_I4orVT_BOOL.Refertothe<ahref= "http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2/objectattributesIAccessible2"> ObjectAttributesspecification</a>formoreinformation.
*/
[propget] HRESULT attribute
(
[in] BSTR name,
[out, retval] VARIANT *attribute
);
/** @brief Returns the deepest hypertext accessible in the subtree of this object, and the caret offset within it. @param[out]accessible @param[out]caretOffset @retvalS_OK @retvalS_FALSEreturnedifthereisnocaretinanyoftheobjectsinthesubtree,[out]accessibleisNULLand[out]caretOffsetis-1.
*/
[propget] HRESULT accessibleWithCaret
(
[out] IUnknown **accessible,
[out, retval] long *caretOffset
);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.