Freigeben über


IHostCommands.Cut-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft den Befehl cut ab.

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

Eigenschaftswert

Typ: System.Windows.Input.ICommand
Der Befehl cut.

Siehe auch

Verweis

IHostCommands Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace