In This Article

ITextPositionRangeProvider Interface

Defines an object that has range of two TextPosition values within a text document.

public interface ITextPositionRangeProvider

Properties

PositionRange

A TextPositionRange that specifies the text position range of the object.

TextPositionRange PositionRange { get; }

Property Value

TextPositionRange

Extension Methods