VsTextBufferCoordinatorClass::EnableReplication Method (UInt32, Int32)

 

Enables replication from primary to secondary buffer and replication from the secondary buffer to the primary.

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

public:
virtual int EnableReplication(
	unsigned int bcrd,
	int fEnable
)

Parameters

bcrd
Type: System::UInt32

[in] A value from the BufferCoordinatorReplicationDirection enumeration describing the direction of replication to be enabled/disabled.

fEnable
Type: System::Int32

[in] Nonzero (TRUE) to enable replication in the specified direction; otherwise, zero (FALSE) to disable replication.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

Return to top
Show: