Partager via


TextSnapshotChangedEventArgs, constructeur

Initialise une nouvelle instance de TextSnapshotChangedEventArgs pour un événement Change.

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

Syntaxe

'Déclaration
Protected Sub New ( _
    beforeSnapshot As ITextSnapshot, _
    afterSnapshot As ITextSnapshot, _
    editTag As Object _
)
protected TextSnapshotChangedEventArgs(
    ITextSnapshot beforeSnapshot,
    ITextSnapshot afterSnapshot,
    Object editTag
)
protected:
TextSnapshotChangedEventArgs(
    ITextSnapshot^ beforeSnapshot, 
    ITextSnapshot^ afterSnapshot, 
    Object^ editTag
)
new : 
        beforeSnapshot:ITextSnapshot * 
        afterSnapshot:ITextSnapshot * 
        editTag:Object -> TextSnapshotChangedEventArgs
protected function TextSnapshotChangedEventArgs(
    beforeSnapshot : ITextSnapshot, 
    afterSnapshot : ITextSnapshot, 
    editTag : Object
)

Paramètres

  • editTag
    Type : Object

    Un objet associé à cette modification.

Exceptions

Exception Condition
ArgumentNullException

beforeSnapshot ou afterSnapshot est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

TextSnapshotChangedEventArgs Classe

Microsoft.VisualStudio.Text, espace de noms