IVsTextStream Methods

 

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

NameDescription
System_CAPS_pubmethodAdviseTextStreamEvents(IVsTextStreamEvents^, UInt32)

Not implemented.

System_CAPS_pubmethodCanReplaceStream(Int32, Int32, Int32)

Tests whether a given editing operation can succeed (for example, copy or cut).

System_CAPS_pubmethodCreateEditPoint(Int32, Object^)

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

System_CAPS_pubmethodCreateStreamMarker(Int32, Int32, Int32, IVsTextMarkerClient^, array<IVsTextStreamMarker^>^)

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

System_CAPS_pubmethodCreateTextPoint(Int32, Object^)

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

System_CAPS_pubmethodEnumMarkers(Int32, Int32, Int32, UInt32, IVsEnumStreamMarkers^)

Enumerates s specific set of text stream markers, based on the criteria specified.

System_CAPS_pubmethodFindMarkerByPosition(Int32, Int32, UInt32, IVsTextStreamMarker^)

Locates a marker of a given type based on a position in the text stream.

System_CAPS_pubmethodGetLanguageServiceID(Guid)

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

System_CAPS_pubmethodGetLastLineIndex(Int32, Int32)

Returns the last line in the text buffer.

System_CAPS_pubmethodGetLengthOfLine(Int32, Int32)

Returns the length of a line in the buffer.

System_CAPS_pubmethodGetLineCount(Int32)

Returns the number of lines in the buffer.

System_CAPS_pubmethodGetLineIndexOfPosition(Int32, Int32, Int32)

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

System_CAPS_pubmethodGetPositionOfLine(Int32, Int32)

Returns the position number of a line.

System_CAPS_pubmethodGetPositionOfLineIndex(Int32, Int32, Int32)

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

System_CAPS_pubmethodGetSize(Int32)

Returns the size in characters of the buffer.

System_CAPS_pubmethodGetStateFlags(UInt32)

Returns the state flags of the text buffer.

System_CAPS_pubmethodGetStream(Int32, Int32, IntPtr)

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

System_CAPS_pubmethodGetUndoManager(IOleUndoManager^)

Returns the undo manager for this buffer.

System_CAPS_pubmethodInitializeContent(String^, Int32)

Initializes the content of the text buffer.

System_CAPS_pubmethodLockBuffer()

Locks the text buffer for the purpose of access control.

System_CAPS_pubmethodLockBufferEx(UInt32)

Extension of the LockBuffer method.

System_CAPS_pubmethodReload(Int32)

Reloads the text buffer.

System_CAPS_pubmethodReloadStream(Int32, Int32, IntPtr, Int32)

Replaces text without deleting markers.

System_CAPS_pubmethodReplaceStream(Int32, Int32, IntPtr, Int32)

Handles editing, such as line breaking, line joining, and so on.

System_CAPS_pubmethodReplaceStreamEx(UInt32, Int32, Int32, IntPtr, Int32, Int32)

Handles editing, such as line breaking, line joining, and so on.

System_CAPS_pubmethodReserved1()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved10()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved2()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved3()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved4()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved5()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved6()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved7()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved8()

Reserved in the Vtable for future use.

System_CAPS_pubmethodReserved9()

Reserved in the Vtable for future use.

System_CAPS_pubmethodSetLanguageServiceID(Guid)

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

System_CAPS_pubmethodSetStateFlags(UInt32)

Sets the state flags of the text buffer.

System_CAPS_pubmethodUnadviseTextStreamEvents(UInt32)

Not implemented.

System_CAPS_pubmethodUnlockBuffer()

Unlocks a buffer locked with the method LockBuffer.

System_CAPS_pubmethodUnlockBufferEx(UInt32)

Extension of the UnlockBuffer method.

Return to top
Show: