IPersistFile.Save(String, Boolean) Method
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.
Saves a copy of the object into the specified file.
public:
void Save(System::String ^ pszFileName, bool fRemember);
public void Save (string pszFileName, bool fRemember);
public void Save (string? pszFileName, bool fRemember);
abstract member Save : string * bool -> unit
Public Sub Save (pszFileName As String, fRemember As Boolean)
Parameters
- pszFileName
- String
A zero-terminated string containing the absolute path of the file to which the object is saved.
- fRemember
- Boolean
true
to used the pszFileName
parameter as the current working file; otherwise false
.
Remarks
For more information, see the existing documentation for IPersistFile::Save
in the MSDN library.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.