Partager via


ITextProvider2.RangeFromAnnotation(IRawElementProviderSimple) Méthode

Définition

Expose une plage de texte qui contient le texte qui est la cible de l’annotation associée à l’élément d’annotation spécifié.

public:
 ITextRangeProvider ^ RangeFromAnnotation(IRawElementProviderSimple ^ annotationElement);
ITextRangeProvider RangeFromAnnotation(IRawElementProviderSimple const& annotationElement);
public ITextRangeProvider RangeFromAnnotation(IRawElementProviderSimple annotationElement);
function rangeFromAnnotation(annotationElement)
Public Function RangeFromAnnotation (annotationElement As IRawElementProviderSimple) As ITextRangeProvider

Paramètres

annotationElement
IRawElementProviderSimple

Fournisseur d’un élément qui implémente l’interface IAnnotationProvider . L’élément d’annotation est un frère de l’élément qui implémente l’interface ITextProvider2 pour le document.

Retours

Plage de texte qui contient le texte cible de l’annotation.

S’applique à