TextContentChangingEventArgs, constructeur
Initialise une nouvelle instance de TextContentChangingEventArgs à passer pendant un événement Changing.
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, _
editTag As Object, _
cancelAction As Action(Of TextContentChangingEventArgs) _
)
public TextContentChangingEventArgs(
ITextSnapshot beforeSnapshot,
Object editTag,
Action<TextContentChangingEventArgs> cancelAction
)
public:
TextContentChangingEventArgs(
ITextSnapshot^ beforeSnapshot,
Object^ editTag,
Action<TextContentChangingEventArgs^>^ cancelAction
)
new :
beforeSnapshot:ITextSnapshot *
editTag:Object *
cancelAction:Action<TextContentChangingEventArgs> -> TextContentChangingEventArgs
public function TextContentChangingEventArgs(
beforeSnapshot : ITextSnapshot,
editTag : Object,
cancelAction : Action<TextContentChangingEventArgs>
)
Paramètres
beforeSnapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotITextSnapshot le plus récent avant la modification.
editTag
Type : ObjectObjet arbitraire associé à ce changement.
cancelAction
Type : Action<TextContentChangingEventArgs>Action à exécuter lorsque la méthode Cancel est appelée. Appelée une fois au plus.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | beforeSnapshot a la valeur 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.