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
檔案的位置。