SnapshotPoint.GetChar 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 the character at the position of this snapshot point.
public:
char GetChar();
public:
char16 GetChar();
char GetChar();
public char GetChar ();
member this.GetChar : unit -> char
Public Function GetChar () As Char
Returns
The character at the position of this snapshot point.
Exceptions
if the position of this point is equal to the length of the snapshot.