IHostCommands.Exit 屬性
適用於版本2
取得 "exit" 命令。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
ReadOnly Property Exit As ICommand
Get
'用途
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
屬性值
型別:System.Windows.Input.ICommand
"exit" 命令。