ITrackingSpan Methods

 

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

NameDescription
System_CAPS_pubmethodGetEndPoint(ITextSnapshot^)

Maps the end of the tracking span to the specified snapshot of its text buffer.

System_CAPS_pubmethodGetSpan(ITextSnapshot^)

Maps the tracking span to the specified snapshot of its text buffer.

System_CAPS_pubmethodGetSpan(ITextVersion^)

Maps the tracking span to the specified version of its text buffer.

System_CAPS_pubmethodGetStartPoint(ITextSnapshot^)

Maps the start of the tracking span to the specified snapshot of its text buffer.

System_CAPS_pubmethodGetText(ITextSnapshot^)

Maps the tracking span to the specified snapshot of its text buffer and gets the text it designates.

Return to top
Show: