Compartir a través de


IHostCommands.Cut Propiedad

Lo siguiente se aplica a v2.

Obtiene el comando "cut".

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
ReadOnly Property Cut As ICommand 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Windows.Input.ICommand
El comando "cut".

Vea también

Referencia

IHostCommands Interfaz

Espacio de nombres Microsoft.WebMatrix.Extensibility