共用方式為


IEditor.FilePath 屬性

適用於版本2

取得或設定檔案的路徑。

命名空間:  Microsoft.WebMatrix.Extensibility.Editor
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Property FilePath As String 
    Get 
    Set
'用途
Dim instance As IEditor 
Dim value As String 

value = instance.FilePath

instance.FilePath = value
string FilePath { get; set; }
property String^ FilePath {
    String^ get ();
    void set (String^ value);
}
abstract FilePath : string with get, set
function get FilePath () : String 
function set FilePath (value : String)

屬性值

型別:System.String
檔案的路徑。

備註

這會使用副檔名 (如 "txt"、"html" 等) 來告訴編輯器它所擁有的內容類型。

請參閱

參考

IEditor 介面

Microsoft.WebMatrix.Extensibility.Editor 命名空間