IProjectionSnapshot Properties

 

Namespace:   Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

NameDescription
System_CAPS_pubpropertyContentType

Gets the IContentType of the TextBuffer when this snapshot was current.(Inherited from ITextSnapshot.)

System_CAPS_pubpropertyItem[Int32]

Gets one character at the specified position.(Inherited from ITextSnapshot.)

System_CAPS_pubpropertyLength

Gets the number of UTF-16 characters in the snapshot.(Inherited from ITextSnapshot.)

System_CAPS_pubpropertyLineCount

Gets the number of lines in the snapshot. (Inherited from ITextSnapshot.)

System_CAPS_pubpropertyLines

Gets an enumerator for the set of lines in the snapshot.(Inherited from ITextSnapshot.)

System_CAPS_pubpropertySourceSnapshots

Gets the set of one or more text snapshots that contribute source spans to this projection snapshot.

System_CAPS_pubpropertySpanCount

Gets the number of source spans in the projection snapshot.

System_CAPS_pubpropertyTextBuffer

Gets the IProjectionBufferBase of which this is a snapshot.

System_CAPS_pubpropertyVersion

The version of the ITextBuffer that this ITextSnapshot represents.(Inherited from ITextSnapshot.)

Return to top
Show: