Partager via


ITextUndoPrimitive.Merge, méthode

Exécute une fusion avec la primitive spécifié de phase de restauration.

Espace de noms :  Microsoft.VisualStudio.Text.Operations
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
Function Merge ( _
    older As ITextUndoPrimitive _
) As ITextUndoPrimitive
ITextUndoPrimitive Merge(
    ITextUndoPrimitive older
)
ITextUndoPrimitive^ Merge(
    ITextUndoPrimitive^ older
)
abstract Merge : 
        older:ITextUndoPrimitive -> ITextUndoPrimitive
function Merge(
    older : ITextUndoPrimitive
) : ITextUndoPrimitive

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Operations.ITextUndoPrimitive
La primitive de remplacement.

Notes

ITextUndoPrimitive résultante sera ajouté à la transaction, et les deux primitives d'entrée seront supprimés.

Sécurité .NET Framework

Voir aussi

Référence

ITextUndoPrimitive Interface

Microsoft.VisualStudio.Text.Operations, espace de noms