WaitForChangedResult.OldName 属性

定义

获取或设置重命名的文件或目录的原始名称。

public:
 property System::String ^ OldName { System::String ^ get(); void set(System::String ^ value); };
public string? OldName { get; set; }
public string OldName { get; set; }
member this.OldName : string with get, set
Public Property OldName As String

属性值

已重命名的文件或目录的原始名称。

适用于