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
文件的位置。