TextDocumentFileActionEventArgs.OldFilePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the old path to the file in the rename case (DocumentRenamed), otherwise equals to the FilePath.
public string OldFilePath { get; }
member this.OldFilePath : string
Public ReadOnly Property OldFilePath As String