IAccessible.accSelect(Int32, Object) Méthode

Définition

Sélectionne un objet. Cette méthode est déconseillée.

void accSelect(int flagsSelect, winrt::Windows::Foundation::IInspectable const & varChild);
[System.Runtime.InteropServices.DispId(-5014)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public void accSelect (int flagsSelect, object varChild);
[<System.Runtime.InteropServices.DispId(-5014)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accSelect : int * obj -> unit
Public Sub accSelect (flagsSelect As Integer, Optional varChild As Object)

Paramètres

flagsSelect
Int32

Indicateurs de sélection.

varChild
Object

Enfant.

Attributs

Remarques

Cette méthode lève une DeprecatedException lorsqu’elle est appelée.

S’applique à