ITextProvider.RangeFromChild(IRawElementProviderSimple) 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.
Récupère une plage de texte qui entoure un élément enfant, tel qu’une image, un lien hypertexte ou un autre objet incorporé.
public:
ITextRangeProvider ^ RangeFromChild(IRawElementProviderSimple ^ childElement);
ITextRangeProvider RangeFromChild(IRawElementProviderSimple const& childElement);
public ITextRangeProvider RangeFromChild(IRawElementProviderSimple childElement);
function rangeFromChild(childElement)
Public Function RangeFromChild (childElement As IRawElementProviderSimple) As ITextRangeProvider
Paramètres
- childElement
- IRawElementProviderSimple
Objet incorporé.
Retours
Plage qui couvre l'élément enfant.