Share via


VsTextBufferCoordinatorClass.EnableReplication Method

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)

Syntax

'Declaration
Public Overridable Function EnableReplication ( _
    bcrd As UInteger, _
    fEnable As Integer _
) As Integer
public virtual int EnableReplication(
    uint bcrd,
    int fEnable
)
public:
virtual int EnableReplication(
    [InAttribute] unsigned int bcrd, 
    [InAttribute] int fEnable
)
abstract EnableReplication : 
        bcrd:uint32 * 
        fEnable:int -> int  
override EnableReplication : 
        bcrd:uint32 * 
        fEnable:int -> int
public function EnableReplication(
    bcrd : uint, 
    fEnable : int
) : int

Parameters

  • 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.

Implements

IVsTextBufferCoordinator.EnableReplication(UInt32, Int32)

.NET Framework Security

See Also

Reference

VsTextBufferCoordinatorClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace