ITextProvider2.RangeFromAnnotation(IRawElementProviderSimple) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した注釈要素に関連付けられた注釈の対象となるテキストを含むテキスト範囲を公開します。
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
パラメーター
- annotationElement
- IRawElementProviderSimple
IAnnotationProvider インターフェイスを実装する要素のプロバイダー。 注釈要素は、ドキュメントの ITextProvider2 インターフェイスを実装する 要素の兄弟です。
戻り値
注釈のターゲット テキストを含むテキスト範囲。