ファイルに書き込むことができることをオブジェクトに通知します。
Sub SaveCompleted( _
ByVal pszFileName As String _)
[C#]
void SaveCompleted(
stringpszFileName);
[C++]
void SaveCompleted(
String* pszFileName);
[JScript]
function SaveCompleted(
pszFileName : String);
パラメータ
- pszFileName
オブジェクトが前回保存されたファイルの絶対パス。
解説
詳細については、MSDN ライブラリで IPersistFile::SaveCompleted に関する既存のドキュメントを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
UCOMIPersistFile インターフェイス | UCOMIPersistFile メンバ | System.Runtime.InteropServices 名前空間