VsTextBufferCoordinator Interface
Provides mapping services between two buffers. See IVsTextBufferCoordinator.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | EnableReplication(UInt32, Int32) | Enables replication from primary to secondary buffer and replication from the secondary buffer to the primary.(Inherited from IVsTextBufferCoordinator.) |
![]() | EnumSpans(IVsEnumBufferCoordinatorSpans) | Returns a list of span mappings controlled by the buffer coordinator object.(Inherited from IVsTextBufferCoordinator.) |
![]() | GetMappingOfPrimaryPosition(Int32, TextSpan[], TextSpan[]) | Maps the specified position in the primary buffer to the span in the secondary buffer.(Inherited from IVsTextBufferCoordinator.) |
![]() | GetPrimaryBuffer(IVsTextLines) | Returns the primary language buffer.(Inherited from IVsTextBufferCoordinator.) |
![]() | GetSecondaryBuffer(IVsTextLines) | Returns the secondary language buffer.(Inherited from IVsTextBufferCoordinator.) |
![]() | MapPrimaryToSecondarySpan(TextSpan, TextSpan[]) | Maps the specified position in the primary buffer to a position in the secondary buffer.(Inherited from IVsTextBufferCoordinator.) |
![]() | MapSecondaryToPrimarySpan(TextSpan, TextSpan[]) | Maps the specified position in the secondary buffer to a position in the primary buffer.(Inherited from IVsTextBufferCoordinator.) |
![]() | SetBufferMappingModes(UInt32, UInt32) | Establishes the mapping modes for both primary and secondary buffers.(Inherited from IVsTextBufferCoordinator.) |
![]() | SetBuffers(IVsTextLines, IVsTextLines) | Establishes the primary and secondary buffers that are to be managed by the buffer coordinator object.(Inherited from IVsTextBufferCoordinator.) |
![]() | SetSpanMappings(Int32, NewSpanMapping[]) | Establishes the list of mappings between the primary and secondary buffers.(Inherited from IVsTextBufferCoordinator.) |
