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
beforeSnapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotITextSnapshot le plus récent avant la modification.
afterSnapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotITextSnapshot immédiatement après la modification.
editTag
Type : ObjectUn 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.