IPersistFile.SaveCompleted(String) 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.
public:
void SaveCompleted(System::String ^ pszFileName);
public:
void SaveCompleted(Platform::String ^ pszFileName);
void SaveCompleted(std::wstring const & pszFileName);
public void SaveCompleted (string pszFileName);
abstract member SaveCompleted : string -> unit
Public Sub SaveCompleted (pszFileName As String)
Parameters
- pszFileName
- String
Remarks
This method must be invoked on the UI thread.