Include Protected Members
Include Inherited Members
The VsTextBufferCoordinator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | EnableReplication | Enables replication from primary to secondary buffer and replication from the secondary buffer to the primary. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | EnumSpans | Returns a list of span mappings controlled by the buffer coordinator object. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | GetMappingOfPrimaryPosition | Maps the specified position in the primary buffer to the span in the secondary buffer. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | GetPrimaryBuffer | Returns the primary language buffer. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | GetSecondaryBuffer | Returns the secondary language buffer. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | MapPrimaryToSecondarySpan | Maps the specified position in the primary buffer to a position in the secondary buffer. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | MapSecondaryToPrimarySpan | Maps the specified position in the secondary buffer to a position in the primary buffer. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | SetBufferMappingModes | Establishes the mapping modes for both primary and secondary buffers. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | SetBuffers | Establishes the primary and secondary buffers that are to be managed by the buffer coordinator object. (Inherited from IVsTextBufferCoordinator.) | 
| .gif) | SetSpanMappings | Establishes the list of mappings between the primary and secondary buffers. (Inherited from IVsTextBufferCoordinator.) | 
Top