IHostCommands.OpenFileInEditor Property
Applies to v2.
Gets the "open file in editor" command.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property OpenFileInEditor As ICommand
Get
'Usage
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
Property Value
Type: System.Windows.Input.ICommand
The "open file in editor" command.
Remarks
The parameter is a path to the file.