Share via


IHostCommands.Cut Property

Applies to v2.

Gets the "cut" command.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Cut As ICommand 
    Get
'Usage
Dim instance As IHostCommands 
Dim value As ICommand 

value = instance.Cut
ICommand Cut { get; }
property ICommand^ Cut {
    ICommand^ get ();
}
abstract Cut : ICommand
function get Cut () : ICommand

Property Value

Type: System.Windows.Input.ICommand
The "cut" command.

See Also

Reference

IHostCommands Interface

Microsoft.WebMatrix.Extensibility Namespace