IAccessible.accFocus 屬性
定義
IAccessible 介面和其所有公開的成員都是元件物件模型 (COM) IAccessible
介面之 Managed 包裝函式的一部分。The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible
interface.
public:
property System::Object ^ accFocus { System::Object ^ get(); };
public object accFocus { get; }
member this.accFocus : obj
Public ReadOnly Property accFocus As Object
屬性值
如果成功,則傳回 S_OK。If successful, returns S_OK. 否則會傳回其他標準 COM 錯誤碼。Otherwise, returns another standard COM error code.
備註
如需的詳細accFocus資訊,請參閱IAccessible:: get_accFocus。For more information about accFocus, see IAccessible::get_accFocus.