This documentation is archived and is not being maintained.
IVsTextStorage Methods
Namespace:
Microsoft.VisualStudio.TextManager.InteropAssembly:
Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description |
|---|
 | Storage_Attach(Object^) | |
 | Storage_CopyText(Int32, Int32, Int32, IntPtr, Int32) | |
 | Storage_Detach() | Detach the storage buffer. |
 | Storage_Find(String^, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Find the specified text in the indicated span. |
 | 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>^) | |
 | Storage_GetLineIndexOfPosition(Int32, Int32, Int32) | Gets the line index of a position in the storage. |
 | Storage_GetPositionOfLineIndex(Int32, Int32, Int32) | Gets the position in the storage of the specified line index. |
 | 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>^) | |
 | Storage_SetLanguageServiceID(Guid) | Sets the language service for the storage. |
Return to top