AlignmentManager.SaveFileName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要保存和加载的文件。
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”。