Save(PersistableObject,XmlWriter,Boolean) Method
See Also 
SourceCode.Framework Namespace > SerializationInfoProvider Class > Save Method : Save(PersistableObject,XmlWriter,Boolean) Method



persistableObject
The persistable object.
writer
The writer.
keepModified
if set to true keep the object modified.

Glossary Item Box

Saves the specified persistable object.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Save( _
   ByVal persistableObject As PersistableObject, _
   ByVal writer As XmlWriter, _
   ByVal keepModified As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As SerializationInfoProvider
Dim persistableObject As PersistableObject
Dim writer As XmlWriter
Dim keepModified As Boolean
 
instance.Save(persistableObject, writer, keepModified)

Parameters

persistableObject
The persistable object.
writer
The writer.
keepModified
if set to true keep the object modified.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also