Partager via


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

  • editTag
    Type : Object

    Objet arbitraire associé à ce changement.

Exceptions

Exception Condition
ArgumentNullException

beforeSnapshot a la valeur nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

TextContentChangingEventArgs Classe

Microsoft.VisualStudio.Text, espace de noms