Click or drag to resize

ExportSerializationArgs Properties

The ExportSerializationArgs type exposes the following members.

Properties
 NameDescription
Public propertyExportProfile Currently used Export Profile
Public propertyHandled At OnSerializeForSecondPhase, set TRUE to request second phase for the add-in. False by default. At OnDeserializeSecondPhase, set FALSE if case the deserialization fails to cancel the process. True by default. At OnFinalizeSecondPhase this indicates if all conversions were performed successfully (TRUE) or not (FALSE), but setting the value has not meaning.
Public propertySerializationData Serialization data. Set at OnSerializeForSecondPhase and get at OnDeserializeSecondPhase or OnFinalizeSecondPhase.
Top
See Also