IHostCommands.Refresh Property

Applies to v2.

Gets the "refresh" command.

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

Syntax

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

Property Value

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

Remarks

Set the parameter to true to refresh from the root, or to false to refresh currently selected items

See Also

Reference

IHostCommands Interface

Microsoft.WebMatrix.Extensibility Namespace