ITextProvider.RangeFromChild(IRawElementProviderSimple) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera um intervalo de texto que inclui um elemento filho, como uma imagem, hiperlink ou outro objeto inserido.
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
Parâmetros
- childElement
- IRawElementProviderSimple
O objeto contido.
Retornos
Um intervalo que abrange o elemento filho.