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
beforeSnapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotInstantané de texte avant la modification.
changes
Type : Microsoft.VisualStudio.Text.INormalizedTextChangeCollectionCollection de modifications.
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.