ITextSnapshot.Item[Int32] Property
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 single character at the specified position.
public:
property char default[int] { char get(int position); };
public char this[int position] { get; }
member this.Item(int) : char
Default Public ReadOnly Property Item(position As Integer) As Char
Parameters
- position
- Int32
The position of the character.
Property Value
The character at position
.
Exceptions
position
is less than zero or greater than or equal to the length of the snapshot.