VsTextBuffer Members
Include Protected Members
Include Inherited Members
Acts as the base interface for the VsTextBuffer object and provides general information about the text buffer's properties. Provides read and write access to the text buffer using two-dimensional coordinates.
The VsTextBuffer type exposes the following members.
Methods
Name
Description
Returns the unique identifier of the language that is providing colorization and other attribute data to this buffer. (Inherited from IVsTextBuffer.)
Returns the last line in the text buffer. (Inherited from IVsTextBuffer.)
Returns the length of a line in the buffer. (Inherited from IVsTextBuffer.)
Returns the number of lines in the buffer. (Inherited from IVsTextBuffer.)
Returns the line and column numbers in the text buffer, given a position number. (Inherited from IVsTextBuffer.)
Returns the position number of a line. (Inherited from IVsTextBuffer.)
Returns the position number in the text buffer, given a line and column number. (Inherited from IVsTextBuffer.)
Returns the size in characters of the buffer. (Inherited from IVsTextBuffer.)
Returns the state flags of the text buffer. (Inherited from IVsTextBuffer.)
Returns the undo manager for this buffer. (Inherited from IVsTextBuffer.)
Initializes the content of the text buffer. (Inherited from IVsTextBuffer.)
Locks the text buffer for the purpose of access control. (Inherited from IVsTextBuffer.)
Extension of the LockBuffer method. (Inherited from IVsTextBuffer.)
Reloads the text buffer. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Reserved in the Vtable for future use. (Inherited from IVsTextBuffer.)
Sets the unique identifier of the language that is providing colorization and other attribute data to the buffer. (Inherited from IVsTextBuffer.)
Sets the state flags of the text buffer. (Inherited from IVsTextBuffer.)
Unlocks a buffer locked with the method LockBuffer. (Inherited from IVsTextBuffer.)
Extension of the UnlockBuffer method. (Inherited from IVsTextBuffer.)
Top