Compartilhar via


Método ITextUndoHistoryRegistry.AttachHistory

Anexa uma existente ITextUndoHistory para um buffer de texto. O buffer já não deve ser mapeado nesse registro.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
Sub AttachHistory ( _
    context As Object, _
    history As ITextUndoHistory _
)
void AttachHistory(
    Object context,
    ITextUndoHistory history
)
void AttachHistory(
    Object^ context, 
    ITextUndoHistory^ history
)
abstract AttachHistory : 
        context:Object * 
        history:ITextUndoHistory -> unit
function AttachHistory(
    context : Object, 
    history : ITextUndoHistory
)

Parâmetros

  • context
    Tipo: Object

    Este objeto deve ser sempre um ITextBuffer.

Comentários

Apenas uma referência fraca é mantida no buffer.

Segurança do .NET Framework

Consulte também

Referência

ITextUndoHistoryRegistry Interface

Namespace Microsoft.VisualStudio.Text.Operations