Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration BufferCoordinatorReplicationDirection
public enum BufferCoordinatorReplicationDirection
public enum class BufferCoordinatorReplicationDirection
type BufferCoordinatorReplicationDirection
public enum BufferCoordinatorReplicationDirection
Members
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. |
Remarks
COM Signature
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.