ITextSnapshot Properties

 

Namespace:   Microsoft.VisualStudio.Text
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.

System_CAPS_pubpropertyItem[Int32]

Gets one character at the specified position.

System_CAPS_pubpropertyLength

Gets the number of UTF-16 characters in the snapshot.

System_CAPS_pubpropertyLineCount

Gets the number of lines in the snapshot.

System_CAPS_pubpropertyLines

Gets an enumerator for the set of lines in the snapshot.

System_CAPS_pubpropertyTextBuffer

The ITextBuffer of which this is a snapshot.

System_CAPS_pubpropertyVersion

The version of the ITextBuffer that this ITextSnapshot represents.

Return to top
Show: