The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPersistFile::Save Method (String^, Boolean)
.NET Framework (current version)
Saves a copy of the object into the specified file.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- pszFileName
-
Type:
System::String^
A zero-terminated string containing the absolute path of the file to which the object is saved.
- fRemember
-
Type:
System::Boolean
true to used the pszFileName parameter as the current working file; otherwise false.
For more information, see the existing documentation for IPersistFile::Save in the MSDN library.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: