IAccessible.accSelect(Int32, Object) 方法
定義
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 void accSelect (int flagsSelect, object varChild);
abstract member accSelect : int * obj -> unit
Public Sub accSelect (flagsSelect As Integer, Optional varChild As Object)
參數
- flagsSelect
- Int32
這個參數僅供內部使用。This parameter is intended for internal use only.
- varChild
- Object
這個參數僅供內部使用。This parameter is intended for internal use only.
備註
如需的詳細accSelect資訊,請參閱IAccessible:: accSelect。For more information about accSelect, see IAccessible::accSelect.