Partager via


TextUndoRedoEventArgs, constructeur

Initialise une nouvelle instance de TextUndoRedoEventArgs.

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

Syntaxe

'Déclaration
Public Sub New ( _
    state As TextUndoHistoryState, _
    transaction As ITextUndoTransaction _
)
public TextUndoRedoEventArgs(
    TextUndoHistoryState state,
    ITextUndoTransaction transaction
)
public:
TextUndoRedoEventArgs(
    TextUndoHistoryState state, 
    ITextUndoTransaction^ transaction
)
new : 
        state:TextUndoHistoryState * 
        transaction:ITextUndoTransaction -> TextUndoRedoEventArgs
public function TextUndoRedoEventArgs(
    state : TextUndoHistoryState, 
    transaction : ITextUndoTransaction
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TextUndoRedoEventArgs Classe

Microsoft.VisualStudio.Text.Operations, espace de noms