IPersistFileSaveCompleted Method
Notifies the object that it can write to its file.
It does this by notifying the object that it can revert from
NoScribble mode
(in which it must not write to its file), to
Normal mode (in which it can).
The component enters
NoScribble mode when it receives an
Save(String, Boolean) call.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
void SaveCompleted(
string fileName
)
<PreserveSigAttribute>
Sub SaveCompleted (
fileName As String
)
Dim instance As IPersistFile
Dim fileName As String
instance.SaveCompleted(fileName)
[PreserveSigAttribute]
void SaveCompleted(
[InAttribute] String^ fileName
)
[<PreserveSigAttribute>]
abstract SaveCompleted :
fileName : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- fileName String
-
The absolute path of the file where the object was saved previously.