VsTextBufferCoordinatorClass Class
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 | |
|---|---|---|
![]() | VsTextBufferCoordinatorClass() | Creates a new instance of the class. |
| 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, TextSpan[], 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, TextSpan[]) | Maps the specified position in the primary buffer to a position in the secondary buffer. |
![]() | MapSecondaryToPrimarySpan(TextSpan, 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, NewSpanMapping[]) | Establishes the list of mappings between the primary and secondary buffers. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

