IMetadataSerializationHost.DocumentStartNotification 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 start of a serialization operation of a particular document.
public void DocumentStartNotification (bool isSerializing, object context, string logicalPath);
abstract member DocumentStartNotification : bool * obj * string -> unit
Public Sub DocumentStartNotification (isSerializing As Boolean, context As Object, logicalPath As String)
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 is being serialized\deserialized.