Compartir a través de


IHostCommands.Exit Propiedad

Lo siguiente se aplica a v2.

Obtiene el comando "exit".

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

Sintaxis

'Declaración
ReadOnly Property Exit As ICommand 
    Get
'Uso
Dim instance As IHostCommands 
Dim value As ICommand 

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

Valor de la propiedad

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

Vea también

Referencia

IHostCommands Interfaz

Espacio de nombres Microsoft.WebMatrix.Extensibility