IMetadataSerializationHost.OperationStartNotification 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.
public void OperationStartNotification (bool isSerializing, object context, System.Collections.Generic.IReadOnlyCollection<string> logicalPaths);
abstract member OperationStartNotification : bool * obj * System.Collections.Generic.IReadOnlyCollection<string> -> unit
Public Sub OperationStartNotification (isSerializing As Boolean, context As Object, logicalPaths As IReadOnlyCollection(Of 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.
- logicalPaths
- IReadOnlyCollection<String>
The set of logical-paths for the documents that are included in the operation.