ITextChange3.GetNewTextAt(Int32) Method

Definition

Gets a character at given position of the text that replaced the old text.

public:
 char GetNewTextAt(int position);
public:
 char16 GetNewTextAt(int position);
char GetNewTextAt(int position);
public char GetNewTextAt (int position);
abstract member GetNewTextAt : int -> char
Public Function GetNewTextAt (position As Integer) As Char

Parameters

position
Int32

The position of the character to return.

Returns

Applies to