ITextSnapshot Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | ContentType | Gets the IContentType of the TextBuffer when this snapshot was current. |
![]() | Item[Int32] | Gets one character at the specified position. |
![]() | Length | Gets the number of UTF-16 characters in the snapshot. |
![]() | LineCount | Gets the number of lines in the snapshot. |
![]() | Lines | Gets an enumerator for the set of lines in the snapshot. |
![]() | TextBuffer | The ITextBuffer of which this is a snapshot. |
![]() | Version | The version of the ITextBuffer that this ITextSnapshot represents. |
Show:
