IVsTextImage Members
Include Protected Members
Include Inherited Members
Supports text string matching.
The IVsTextImage type exposes the following members.
Methods
Name
Description
Registers the environment to receive notification of text image changes.
Returns the number of characters in the text image.
Provides direct, line-oriented access to the text buffer.
Return the length of a line.
Returns the number of lines in the text image.
Return the buffer address of a given text address.
Return the number of characters in a text span.
Return the text of a text span.
Return the text address of a given buffer address.
Return the text of a text span as a BSTR
Notifies that the text image is in use.
Releases the LINEDATAEX structure.
Notification of a text span replacement.
Cancels the environment's registration to receive notifications of text image changes.
Notifies that the text image is not in use.
Top