BufferCoordinatorReplicationDirection Enumeration

 

Specifies the direction of buffer coordinator replication for contained languages.

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

public enum BufferCoordinatorReplicationDirection

Member nameDescription
BCRD_PRIMARY_TO_SECONDARY

Specifies that the direction is from the primary to the secondary buffer.

BCRD_SECONDARY_TO_PRIMARY

Specifies that the direction is from the secondary to the primary buffer.

From singlefileeditor.idl:

enum BufferCoordinatorReplicationDirection {
    BCRD_PRIMARY_TO_SECONDARY = 1,
    BCRD_SECONDARY_TO_PRIMARY = 2
};

This flag is passed to the EnableReplication mode in the IVsTextBufferCoordinator interface.

Return to top
Show: