IEditorOperations.CanCut Property

Determines whether a cut operation is possible.

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

Property Value

Type: System.Boolean
true if a cut operation is possible, otherwise false.

.NET Framework Security

See Also

Reference

IEditorOperations Interface

Microsoft.VisualStudio.Text.Operations Namespace