IProjectionSnapshot2 Properties
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.(Inherited from ITextSnapshot.) |
![]() | Item[Int32] | Gets one character at the specified position.(Inherited from ITextSnapshot.) |
![]() | Length | Gets the number of UTF-16 characters in the snapshot.(Inherited from ITextSnapshot.) |
![]() | LineCount | Gets the number of lines in the snapshot. (Inherited from ITextSnapshot.) |
![]() | Lines | Gets an enumerator for the set of lines in the snapshot.(Inherited from ITextSnapshot.) |
![]() | SourceSnapshots | Gets the set of one or more text snapshots that contribute source spans to this projection snapshot. (Inherited from IProjectionSnapshot.) |
![]() | SpanCount | Gets the number of source spans in the projection snapshot.(Inherited from IProjectionSnapshot.) |
![]() | TextBuffer | Gets the IProjectionBufferBase of which this is a snapshot.(Inherited from IProjectionSnapshot.) |
![]() | Version | The version of the ITextBuffer that this ITextSnapshot represents.(Inherited from ITextSnapshot.) |
