_IVsMsoOleAccDispObj.accSelect(Int32, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Implémente
- Attributs
Remarques
Cette méthode lève une DeprecatedException lorsqu’elle est appelée.