Freigeben über


IHostCommands.OpenFileInEditor-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft den Befehl open file in editor ab.

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

Eigenschaftswert

Typ: System.Windows.Input.ICommand
Der Befehl open file in editor.

Hinweise

Der Parameter ist ein Pfad zur Datei.

Siehe auch

Verweis

IHostCommands Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace