Partager via


IEditorOperations.CanDelete, propriété

Détermine si une opération de suppression est possible.

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

Syntaxe

'Déclaration
ReadOnly Property CanDelete As Boolean
bool CanDelete { get; }
property bool CanDelete {
    bool get ();
}
abstract CanDelete : bool with get
function get CanDelete () : boolean

Valeur de propriété

Type : Boolean
true si une opération de suppression est possible, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

IEditorOperations Interface

Microsoft.VisualStudio.Text.Operations, espace de noms