VsTextBufferClass Class

Definition

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.

public ref class VsTextBufferClass : Microsoft::VisualStudio::TextManager::Interop::IVsTextLines, Microsoft::VisualStudio::TextManager::Interop::VsTextBuffer
[Windows::Foundation::Metadata::WebHostHidden]
class VsTextBufferClass : Microsoft::VisualStudio::TextManager::Interop::IVsTextLines, Microsoft::VisualStudio::TextManager::Interop::VsTextBuffer
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("8E7B96A8-E33D-11D0-A6D5-00C04FB67F6A")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class VsTextBufferClass : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines, Microsoft.VisualStudio.TextManager.Interop.VsTextBuffer
[System.Runtime.InteropServices.Guid("8E7B96A8-E33D-11D0-A6D5-00C04FB67F6A")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public class VsTextBufferClass : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines, Microsoft.VisualStudio.TextManager.Interop.VsTextBuffer
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("8E7B96A8-E33D-11D0-A6D5-00C04FB67F6A")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type VsTextBufferClass = class
    interface IVsTextBuffer
    interface VsTextBuffer
    interface IVsTextLines
[<System.Runtime.InteropServices.Guid("8E7B96A8-E33D-11D0-A6D5-00C04FB67F6A")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type VsTextBufferClass = class
    interface VsTextBuffer
    interface IVsTextBuffer
    interface IVsTextLines
Public Class VsTextBufferClass
Implements IVsTextLines, VsTextBuffer
Inheritance
VsTextBufferClass
Attributes
Implements

Remarks

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Constructors

VsTextBufferClass()

Creates a new instance of the class.

Methods

AdviseTextLinesEvents(IVsTextLinesEvents, UInt32)

Method information not provided. Do not use this method.

CanReplaceLines(Int32, Int32, Int32, Int32, Int32)

Tests whether a given editing operation such as copy or cut can succeed.

CopyLineText(Int32, Int32, Int32, Int32, IntPtr, Int32)

Puts the specified span of text into a caller-allocated buffer (an array).

CreateEditPoint(Int32, Int32, Object)

Creates an EditPoint object at the given location in the text buffer.

CreateLineMarker(Int32, Int32, Int32, Int32, Int32, IVsTextMarkerClient, IVsTextLineMarker[])

Creates a marker of a given type over the specified region.

CreateTextPoint(Int32, Int32, Object)

Creates a TextPoint object at the given location in the text buffer.

EnumMarkers(Int32, Int32, Int32, Int32, Int32, UInt32, IVsEnumLineMarkers)

Enumerates a specific set of text line markers, based on the criteria specified.

FindMarkerByLineIndex(Int32, Int32, Int32, UInt32, IVsTextLineMarker)

Locates a marker of a given type based on a line index.

GetLanguageServiceID(Guid)

Returns the unique identifier of the language that is providing colorization and other attribute data to this buffer.

GetLastLineIndex(Int32, Int32)

Returns the last line in the text buffer.

GetLengthOfLine(Int32, Int32)

Returns the length of a line in the buffer.

GetLineCount(Int32)

Returns the number of lines in the buffer.

GetLineData(Int32, LINEDATA[], MARKERDATA[])

Provides direct, line-oriented access to the text buffer.

GetLineDataEx(UInt32, Int32, Int32, Int32, LINEDATAEX[], MARKERDATA[])

Provides direct, line-oriented access to the text buffer.

GetLineIndexOfPosition(Int32, Int32, Int32)

Returns the line and column numbers in the text buffer, given a position number.

GetLineText(Int32, Int32, Int32, Int32, String)

Returns the specified span of text in a BSTR.

GetMarkerData(Int32, Int32, MARKERDATA[])

Returns text marker data for the specified line range within the text buffer.

GetPairExtents(TextSpan[], TextSpan[])

Method information not provided. Do not use this method.

GetPositionOfLine(Int32, Int32)

Returns the position number of a line.

GetPositionOfLineIndex(Int32, Int32, Int32)

Returns the position number in the text buffer, given a line and column number.

GetSize(Int32)

Gets the buffer size.

GetStateFlags(UInt32)

Returns the state flags of the text buffer.

GetUndoManager(IOleUndoManager)

Returns the undo manager for this buffer.

InitializeContent(String, Int32)

Initializes the content of the text buffer.

IVsTextLines_GetLanguageServiceID(Guid)

Returns the unique identifier of the language that is providing colorization and other attribute data to this buffer.

IVsTextLines_GetLastLineIndex(Int32, Int32)

Returns the last line in the text buffer.

IVsTextLines_GetLengthOfLine(Int32, Int32)

Returns the length of a line in the buffer.

IVsTextLines_GetLineCount(Int32)

Returns the number of lines in the buffer.

IVsTextLines_GetLineIndexOfPosition(Int32, Int32, Int32)

Returns the line and column numbers in the text buffer, given a position number.

IVsTextLines_GetPositionOfLine(Int32, Int32)

Returns the position number of a line.

IVsTextLines_GetPositionOfLineIndex(Int32, Int32, Int32)

Returns the position number in the text buffer, given a line and column number.

IVsTextLines_GetSize(Int32)

Returns the size in characters of the buffer.

IVsTextLines_GetStateFlags(UInt32)

Returns the state flags of the text buffer.

IVsTextLines_GetUndoManager(IOleUndoManager)

Returns the undo manager for this buffer.

IVsTextLines_InitializeContent(String, Int32)

Initializes the content of the text buffer.

IVsTextLines_LockBuffer()

Locks the text buffer for the purpose of access control.

IVsTextLines_LockBufferEx(UInt32)

Extension of the LockBuffer() method.

IVsTextLines_Reload(Int32)

Reloads the text buffer.

IVsTextLines_Reserved1()

Reserved in the Vtable for future use.

IVsTextLines_Reserved10()

Reserved in the Vtable for future use.

IVsTextLines_Reserved2()

Reserved in the Vtable for future use.

IVsTextLines_Reserved3()

Reserved in the Vtable for future use.

IVsTextLines_Reserved4()

Reserved in the Vtable for future use.

IVsTextLines_Reserved5()

Reserved in the Vtable for future use.

IVsTextLines_Reserved6()

Reserved in the Vtable for future use.

IVsTextLines_Reserved7()

Reserved in the Vtable for future use.

IVsTextLines_Reserved8()

Reserved in the Vtable for future use.

IVsTextLines_Reserved9()

Reserved in the Vtable for future use.

IVsTextLines_SetLanguageServiceID(Guid)

Sets the unique identifier of the language that is providing colorization and other attribute data to the buffer.

IVsTextLines_SetStateFlags(UInt32)

Sets the state flags of the text buffer.

IVsTextLines_UnlockBuffer()

Unlocks a buffer locked with the method LockBuffer().

IVsTextLines_UnlockBufferEx(UInt32)

Extension of the UnlockBuffer() method.

IVsTextLinesReserved1(Int32, LINEDATA[], Int32)

Method information not provided. Do not use this method.

LockBuffer()

Locks the text buffer for the purpose of access control.

LockBufferEx(UInt32)

Extension of the LockBuffer() method.

ReleaseLineData(LINEDATA[])

Releases the LINEDATA structure.

ReleaseLineDataEx(LINEDATAEX[])

Releases the LINEDATAEX structure.

ReleaseMarkerData(MARKERDATA[])

Cleans up the MARKERDATA structure.

Reload(Int32)

Reloads the text buffer.

ReloadLines(Int32, Int32, Int32, Int32, IntPtr, Int32, TextSpan[])

Replaces text without deleting markers.

ReplaceLines(Int32, Int32, Int32, Int32, IntPtr, Int32, TextSpan[])

Handles stream-like line editing, such as line breaking and line joining.

ReplaceLinesEx(UInt32, Int32, Int32, Int32, Int32, IntPtr, Int32, TextSpan[])

Handles stream-like line editing, such as line breaking and line joining.

Reserved1()

Reserved in the Vtable for future use.

Reserved10()

Reserved in the Vtable for future use.

Reserved2()

Reserved in the Vtable for future use.

Reserved3()

Reserved in the Vtable for future use.

Reserved4()

Reserved in the Vtable for future use.

Reserved5()

Reserved in the Vtable for future use.

Reserved6()

Reserved in the Vtable for future use.

Reserved7()

Reserved in the Vtable for future use.

Reserved8()

Reserved in the Vtable for future use.

Reserved9()

Reserved in the Vtable for future use.

SetLanguageServiceID(Guid)

Sets the unique identifier of the language that is providing colorization and other attribute data to the buffer.

SetStateFlags(UInt32)

Sets the state flags of the text buffer.

UnadviseTextLinesEvents(UInt32)

Method information not provided. Do not use this method.

UnlockBuffer()

Unlocks a buffer locked with the method LockBuffer().

UnlockBufferEx(UInt32)

Extension of the UnlockBuffer() method.

Applies to