VsTextBufferCoordinator Interface

 

Provides mapping services between two buffers. See IVsTextBufferCoordinator.

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

[GuidAttribute("84465401-2886-4CE0-AF50-C0560226ED40")]
public interface VsTextBufferCoordinator : IVsTextBufferCoordinator

NameDescription
System_CAPS_pubmethodEnableReplication(UInt32, Int32)

Enables replication from primary to secondary buffer and replication from the secondary buffer to the primary.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodEnumSpans(IVsEnumBufferCoordinatorSpans)

Returns a list of span mappings controlled by the buffer coordinator object.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodGetMappingOfPrimaryPosition(Int32, TextSpan[], TextSpan[])

Maps the specified position in the primary buffer to the span in the secondary buffer.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodGetPrimaryBuffer(IVsTextLines)

Returns the primary language buffer.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodGetSecondaryBuffer(IVsTextLines)

Returns the secondary language buffer.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodMapPrimaryToSecondarySpan(TextSpan, TextSpan[])

Maps the specified position in the primary buffer to a position in the secondary buffer.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodMapSecondaryToPrimarySpan(TextSpan, TextSpan[])

Maps the specified position in the secondary buffer to a position in the primary buffer.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodSetBufferMappingModes(UInt32, UInt32)

Establishes the mapping modes for both primary and secondary buffers.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodSetBuffers(IVsTextLines, IVsTextLines)

Establishes the primary and secondary buffers that are to be managed by the buffer coordinator object.(Inherited from IVsTextBufferCoordinator.)

System_CAPS_pubmethodSetSpanMappings(Int32, NewSpanMapping[])

Establishes the list of mappings between the primary and secondary buffers.(Inherited from IVsTextBufferCoordinator.)

Return to top
Show: