VsTextBuffer Methods

 

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

NameDescription
System_CAPS_pubmethodGetLanguageServiceID(Guid)

Returns the unique identifier of the language that is providing colorization and other attribute data to this buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetLastLineIndex(Int32, Int32)

Returns the last line in the text buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetLengthOfLine(Int32, Int32)

Returns the length of a line in the buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetLineCount(Int32)

Returns the number of lines in the buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetLineIndexOfPosition(Int32, Int32, Int32)

Returns the line and column numbers in the text buffer, given a position number.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetPositionOfLine(Int32, Int32)

Returns the position number of a line.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetPositionOfLineIndex(Int32, Int32, Int32)

Returns the position number in the text buffer, given a line and column number.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetSize(Int32)

Returns the size in characters of the buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetStateFlags(UInt32)

Returns the state flags of the text buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodGetUndoManager(IOleUndoManager^)

Returns the undo manager for this buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodInitializeContent(String^, Int32)

Initializes the content of the text buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodLockBuffer()

Has no effect. Deprecated.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodLockBufferEx(UInt32)

Has no effect. Deprecated.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReload(Int32)

Reloads the text buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved1()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved10()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved2()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved3()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved4()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved5()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved6()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved7()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved8()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodReserved9()

Reserved in the Vtable for future use.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodSetLanguageServiceID(Guid)

Sets the unique identifier of the language that is providing colorization and other attribute data to the buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodSetStateFlags(UInt32)

Sets the state flags of the text buffer.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodUnlockBuffer()

Has no effect. Deprecated.(Inherited from IVsTextBuffer.)

System_CAPS_pubmethodUnlockBufferEx(UInt32)

Has no effect. Deprecated.(Inherited from IVsTextBuffer.)

Return to top
Show: