VsTextLineStorageClass Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodImage_Alloc(Int32)

Allocates space of specified size for persistent disk image storage.

System_CAPS_pubmethodImage_CloseFullTextScan()

Closes the full text scan of the image.

System_CAPS_pubmethodImage_Free(IntPtr)

Frees space used by the persistent disk image.

System_CAPS_pubmethodImage_FullTextRead(String^, Int32)

Reads the full text image.

System_CAPS_pubmethodImage_GetLength()

Gets the length of the text image.

System_CAPS_pubmethodImage_LoadText(String^, Int32, UInt32)

Loads the specified text image.

System_CAPS_pubmethodImage_OpenFullTextScan()

Open a full scan of the text image.

System_CAPS_pubmethodImage_Realloc(IntPtr, Int32)

Reallocates space for the specified text image.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodStorage_Attach(Object^)

Attaches a text buffer.

System_CAPS_pubmethodStorage_CopyText(Int32, Int32, Int32, IntPtr, Int32)

Copy the specified text.

System_CAPS_pubmethodStorage_Detach()

Detach the storage buffer.

System_CAPS_pubmethodStorage_Find(String^, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Find the specified text in the indicated span. Flags indicating search options.

System_CAPS_pubmethodStorage_GetCharsInSpan(array<TextSpan>^, Int32)

Gets the number of characters in the specified span.

System_CAPS_pubmethodStorage_GetLanguageServiceID(Guid)

Gets the GUID of the language service.

System_CAPS_pubmethodStorage_GetLength()

Gets the length of the storage.

System_CAPS_pubmethodStorage_GetLengthOfLine(Int32, Int32)

Gets the length of the specified line.

System_CAPS_pubmethodStorage_GetLineCount()

Gets the storage line count.

System_CAPS_pubmethodStorage_GetLineDataEx(UInt32, Int32, Int32, Int32, array<LINEDATAEX>^)

Gets the line data.

System_CAPS_pubmethodStorage_GetLineIndexOfPosition(Int32, Int32, Int32)

Gets the line index of a position in the storage.

System_CAPS_pubmethodStorage_GetPositionOfLineIndex(Int32, Int32, Int32)

Gets the line index of a position in the storage.

System_CAPS_pubmethodStorage_RefreshColorization(Int32, Int32, Int32)

Refresh the colorization of the specified set of lines.

System_CAPS_pubmethodStorage_ReleaseLineDataEx(array<LINEDATAEX>^)

Releases previously obtained line data.

System_CAPS_pubmethodStorage_Replace(array<ChangeInput>^, array<TextSpan>^)

Replace/change the text.

System_CAPS_pubmethodStorage_SetLanguageServiceID(Guid)

Sets the language service for the storage.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: