IHostCommands.Exit Property

Applies to v2.

Gets the "exit" command.

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

Syntax

'Declaration
ReadOnly Property Exit As ICommand 
    Get
'Usage
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

Property Value

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

See Also

Reference

IHostCommands Interface

Microsoft.WebMatrix.Extensibility Namespace