IMetadataSerializationHost.DocumentEndNotification 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.
A notification of the completion of a serialization operation of a particular document.
public void DocumentEndNotification (bool isSerializing, object context, string logicalPath, bool isSuccessful);
abstract member DocumentEndNotification : bool * obj * string * bool -> unit
Public Sub DocumentEndNotification (isSerializing As Boolean, context As Object, logicalPath As String, isSuccessful As Boolean)
Parameters
- isSerializing
- Boolean
An indication if the notification is referring to a serialization operation or a deserialization operation.
- context
- Object
The optional user context that is associated with the operation.
- logicalPath
- String
The logical-path of the document that has been serialized\deserialized.
- isSuccessful
- Boolean
An indication if the operation was successful.