共用方式為


FileEventArgs.Path 屬性

適用於版本2

取得或設定檔案的位置。

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

語法

'宣告
Public Property Path As String 
    Get 
    Private Set
'用途
Dim instance As FileEventArgs 
Dim value As String 

value = instance.Path
public string Path { get; private set; }
public:
property String^ Path {
    String^ get ();
    private: void set (String^ value);
}
member Path : string with get, private set
function get Path () : String 
private function set Path (value : String)

屬性值

型別:System.String
檔案的位置。

請參閱

參考

FileEventArgs 類別

Microsoft.WebMatrix.Extensibility.Editor 命名空間