VsTextBufferCoordinator Methods

 

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

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, array<TextSpan>^, array<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, array<TextSpan>^)

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

System_CAPS_pubmethodMapSecondaryToPrimarySpan(TextSpan, array<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, array<NewSpanMapping>^)

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

Return to top
Show: