RichEditTextDocument.GetRange(Int32, Int32) Method

Definition

Retrieves a new text range for the active story of the document.

public:
 virtual ITextRange ^ GetRange(int startPosition, int endPosition) = GetRange;
ITextRange GetRange(int const& startPosition, int const& endPosition);
public ITextRange GetRange(int startPosition, int endPosition);
function getRange(startPosition, endPosition)
Public Function GetRange (startPosition As Integer, endPosition As Integer) As ITextRange

Parameters

startPosition
Int32

int

The starting position of the new text range, relative to the beginning of the story.

endPosition
Int32

int

The ending position of the new text range.

Returns

The new text range.

Implements

M:Windows.UI.Text.ITextDocument.GetRange(System.Int32,System.Int32) M:Windows.UI.Text.ITextDocument.GetRange(int,int)

Applies to