BufferCoordinatorReplicationDirection Enumeration
Visual Studio 2015
Specifies the direction of buffer coordinator replication for contained languages.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: