ITextChildProvider.TextRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a text range that encloses this child element.
public:
property ITextRangeProvider ^ TextRange { ITextRangeProvider ^ get(); };
ITextRangeProvider TextRange();
public ITextRangeProvider TextRange { get; }
var iTextRangeProvider = iTextChildProvider.textRange;
Public ReadOnly Property TextRange As ITextRangeProvider
Property Value
A text range that encloses this child element.