VsTextBufferCoordinatorClass Methods
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. |
![]() | EnumSpans(IVsEnumBufferCoordinatorSpans^) | Returns a list of span mappings controlled by the buffer coordinator object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMappingOfPrimaryPosition(Int32, array<TextSpan>^, array<TextSpan>^) | Maps the specified position in the primary buffer to the span in the secondary buffer. |
![]() | GetPrimaryBuffer(IVsTextLines^) | Returns the primary language buffer. |
![]() | GetSecondaryBuffer(IVsTextLines^) | Returns the secondary language buffer. |
![]() | GetType() | (Inherited from Object.) |
![]() | MapPrimaryToSecondarySpan(TextSpan, array<TextSpan>^) | Maps the specified position in the primary buffer to a position in the secondary buffer. |
![]() | MapSecondaryToPrimarySpan(TextSpan, array<TextSpan>^) | Maps the specified position in the secondary buffer to a position in the primary buffer. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetBufferMappingModes(UInt32, UInt32) | Establishes the mapping modes for both primary and secondary buffers. |
![]() | SetBuffers(IVsTextLines^, IVsTextLines^) | Establishes the primary and secondary buffers that are to be managed by the buffer coordinator object. |
![]() | SetSpanMappings(Int32, array<NewSpanMapping>^) | Establishes the list of mappings between the primary and secondary buffers. |
![]() | ToString() | (Inherited from Object.) |

