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로 설정합니다.