Include Protected Members
Include Inherited Members
Supports text string matching.
The VsTextImageClass type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | VsTextImageClass | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AdviseTextImageEvents | Registers the environment to receive notification of text image changes. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetCharSize | Returns the number of characters in the text image. | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetLine | Provides direct, line-oriented access to the text buffer. | 
| .gif) | GetLineLength | Returns the length of a line. | 
| .gif) | GetLineSize | Returns the number of lines in the text image. | 
| .gif) | GetOffsetOfTextAddress | Return the buffer address of a given text address. | 
| .gif) | GetSpanLength | Returns the number of characters in a text span. | 
| .gif) | GetText | Returns the text of a text span. | 
| .gif) | GetTextAddressOfOffset | Returns the text address of a given buffer address. | 
| .gif) | GetTextBSTR | Returns the text of a text span as a BSTR | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | LockImage | Notifies that the text image is in use. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ReleaseLine | Releases the LINEDATAEX structure. | 
| .gif) | Replace | Notification of a text span replacement. | 
| .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) | 
| .gif) | UnadviseTextImageEvents | Cancels the environment's registration to receive notifications of text image changes. | 
| .gif) | UnlockImage | Notifies that the text image is not in use. | 
Top