VsTextLineStorageClass Methods
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Image_Alloc(Int32) | Allocates space of specified size for persistent disk image storage. |
![]() | Image_CloseFullTextScan() | Closes the full text scan of the image. |
![]() | Image_Free(IntPtr) | Frees space used by the persistent disk image. |
![]() | Image_FullTextRead(String^, Int32) | Reads the full text image. |
![]() | Image_GetLength() | Gets the length of the text image. |
![]() | Image_LoadText(String^, Int32, UInt32) | Loads the specified text image. |
![]() | Image_OpenFullTextScan() | Open a full scan of the text image. |
![]() | Image_Realloc(IntPtr, Int32) | Reallocates space for the specified text image. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Storage_Attach(Object^) | Attaches a text buffer. |
![]() | Storage_CopyText(Int32, Int32, Int32, IntPtr, Int32) | Copy the specified text. |
![]() | Storage_Detach() | Detach the storage buffer. |
![]() | Storage_Find(String^, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Find the specified text in the indicated span. Flags indicating search options. |
![]() | Storage_GetCharsInSpan(array<TextSpan>^, Int32) | Gets the number of characters in the specified span. |
![]() | Storage_GetLanguageServiceID(Guid) | Gets the GUID of the language service. |
![]() | Storage_GetLength() | Gets the length of the storage. |
![]() | Storage_GetLengthOfLine(Int32, Int32) | Gets the length of the specified line. |
![]() | Storage_GetLineCount() | Gets the storage line count. |
![]() | Storage_GetLineDataEx(UInt32, Int32, Int32, Int32, array<LINEDATAEX>^) | Gets the line data. |
![]() | Storage_GetLineIndexOfPosition(Int32, Int32, Int32) | Gets the line index of a position in the storage. |
![]() | Storage_GetPositionOfLineIndex(Int32, Int32, Int32) | Gets the line index of a position in the storage. |
![]() | Storage_RefreshColorization(Int32, Int32, Int32) | Refresh the colorization of the specified set of lines. |
![]() | Storage_ReleaseLineDataEx(array<LINEDATAEX>^) | Releases previously obtained line data. |
![]() | Storage_Replace(array<ChangeInput>^, array<TextSpan>^) | Replace/change the text. |
![]() | Storage_SetLanguageServiceID(Guid) | Sets the language service for the storage. |
![]() | ToString() | (Inherited from Object.) |

