IHostCommands.OpenFileInEditor 속성
버전 2에 적용
"open file in editor" 명령을 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property OpenFileInEditor As ICommand
Get
‘사용 방법
Dim instance As IHostCommands
Dim value As ICommand
value = instance.OpenFileInEditor
ICommand OpenFileInEditor { get; }
property ICommand^ OpenFileInEditor {
ICommand^ get ();
}
abstract OpenFileInEditor : ICommand
function get OpenFileInEditor () : ICommand
속성 값
유형: System.Windows.Input.ICommand
"open file in editor" 명령입니다.
주의
이 매개 변수는 파일의 경로입니다.