Partager via


PreContentChangedEventArgs, constructeur

Initialise une nouvelle instance de PreContentChangedEventArgs.

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

Syntaxe

'Déclaration
Public Sub New ( _
    beforeSnapshot As ITextSnapshot, _
    changes As INormalizedTextChangeCollection _
)
public PreContentChangedEventArgs(
    ITextSnapshot beforeSnapshot,
    INormalizedTextChangeCollection changes
)
public:
PreContentChangedEventArgs(
    ITextSnapshot^ beforeSnapshot, 
    INormalizedTextChangeCollection^ changes
)
new : 
        beforeSnapshot:ITextSnapshot * 
        changes:INormalizedTextChangeCollection -> PreContentChangedEventArgs
public function PreContentChangedEventArgs(
    beforeSnapshot : ITextSnapshot, 
    changes : INormalizedTextChangeCollection
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

PreContentChangedEventArgs Classe

Microsoft.VisualStudio.Text, espace de noms