共用方式為


IHostCommands.Refresh 屬性

適用於版本2

取得 "refresh" 命令。

命名空間:  Microsoft.WebMatrix.Extensibility
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
ReadOnly Property Refresh As ICommand 
    Get
'用途
Dim instance As IHostCommands 
Dim value As ICommand 

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

屬性值

型別:System.Windows.Input.ICommand
"refresh" 命令。

備註

將參數設定為 true 表示要從根目錄重新整理,設定為 false 表示要重新整理目前選取的項目

請參閱

參考

IHostCommands 介面

Microsoft.WebMatrix.Extensibility 命名空間