AlignmentManager.SaveFileName 属性

定义

要保存和加载的文件。

public string SaveFileName { get; set; }
member this.SaveFileName : string with get, set
Public Property SaveFileName As String

属性值

注解

可以选择包含子路径。 为获得最佳可移植性,请使用正斜杠,例如“myPath/myFile.myExt”。 可能不是绝对路径, (例如“/myPath.txt”或“c:/myPath.txt”是不允许的,并且将被忽略。) 应用程序可以使用静态 AlignmentManager.IsValidSavePath (字符串) 检查路径的有效性。 默认为“Persistence/Alignment.fwb”。

适用于