ITextSnapshot::Item Property (Int32)
Visual Studio 2015
Gets one character at the specified position.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- position
-
Type:
System::Int32
The position of the character.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | position is less than zero, or greater than or equal to the length of the snapshot. |
Show: