Partager via


TextContentChangingEventArgs.Canceled, propriété

Détermine si la transaction de modification a été annulée.

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

Syntaxe

'Déclaration
Public Property Canceled As Boolean
public bool Canceled { get; private set; }
public:
property bool Canceled {
    bool get ();
    private: void set (bool value);
}
member Canceled : bool with get, private set
function get Canceled () : boolean 
private function set Canceled (value : boolean)

Valeur de propriété

Type : Boolean
true si la transaction de modification était annulée, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

TextContentChangingEventArgs Classe

Microsoft.VisualStudio.Text, espace de noms