System.Runtime.InteropServices.ComTypes.IPersistFile public interface IPersistFile Documentation void GetClassID(out Guid pClassID) void GetCurFile(out string ppszFileName) int IsDirty() void Load(string pszFileName, int dwMode) void Save(string pszFileName, bool fRemember) void SaveCompleted(string pszFileName)