IMetadataSerializationHost.DocumentStartNotification Method

Definition

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.

Applies to