ITextChange3.GetOldTextAt(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 was replaced.
public:
char GetOldTextAt(int position);
public:
char16 GetOldTextAt(int position);
char GetOldTextAt(int position);
public char GetOldTextAt (int position);
abstract member GetOldTextAt : int -> char
Public Function GetOldTextAt (position As Integer) As Char
Parameters
- position
- Int32
The position of the character to return.