ITextChange3.GetNewTextAt(Int32) Method
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 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.