Freigeben über


IEditorOperations.CanCut-Eigenschaft

Bestimmt, ob ein Ausschneidevorgang möglich ist.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property CanCut As Boolean
bool CanCut { get; }
property bool CanCut {
    bool get ();
}
abstract CanCut : bool with get
function get CanCut () : boolean

Eigenschaftswert

Typ: Boolean
true Ausschneiden, wenn ein Vorgang möglich ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorOperations Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace