RenamedEventArgs.OldName 属性
定义
获取受影响的文件或目录的旧名称。Gets the old name of the affected file or directory.
public:
property System::String ^ OldName { System::String ^ get(); };
public string? OldName { get; }
public string OldName { get; }
member this.OldName : string
Public ReadOnly Property OldName As String
属性值
受影响的文件或目录的前一个名称。The previous name of the affected file or directory.