Partager via


IVsTextBufferCoordinator.EnableReplication, méthode

Active la réplication de primaire à la mémoire tampon secondaire et la réplication de la mémoire tampon secondaire au primaire.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function EnableReplication ( _
    bcrd As UInteger, _
    fEnable As Integer _
) As Integer
int EnableReplication(
    uint bcrd,
    int fEnable
)
int EnableReplication(
    [InAttribute] unsigned int bcrd, 
    [InAttribute] int fEnable
)
abstract EnableReplication : 
        bcrd:uint32 * 
        fEnable:int -> int
function EnableReplication(
    bcrd : uint, 
    fEnable : int
) : int

Paramètres

  • fEnable
    Type : Int32

    [in] Une Valeur Différente De Zéro (TRUE) pour activer la réplication dans la direction spécifiée ; sinon, le zéro (FALSE) pour désactiver la réplication.

Valeur de retour

Type : Int32
Si réussi, retours S_OK ; sinon, retours code d'erreur.

Notes

Signature de COM

De singlefileeditor.idl :

HRESULT EnableReplication(
   [in] DWORD bcrd,
   [in] BOOL  fEnable
);

Bien que la direction par défaut de primaire à secondaire soit activée lorsque l'objet de coordinateur de mémoire tampon est créé, ne supposez pas qu'une direction particulière est activée ou désactivée. Une seule direction peut être activée à la fois (autrement dit, les instructions sont généralement excluent mutuellement.)

Sécurité .NET Framework

Voir aussi

Référence

IVsTextBufferCoordinator Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms