BufferCoordinatorReplicationDirection Enum

Definition

Specifies the direction of buffer coordinator replication for contained languages.

C++/CX
public enum class BufferCoordinatorReplicationDirection
Inheritance
BufferCoordinatorReplicationDirection

Fields

Name Value Description
BCRD_PRIMARY_TO_SECONDARY 1

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

BCRD_SECONDARY_TO_PRIMARY 2

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

Remarks

COM Signature

From singlefileeditor.idl:

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

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

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022