Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Save( _ ByVal persistableObject As PersistableObject, _ ByVal stream As Stream, _ ByVal keepModified As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SerializationInfoProvider Dim persistableObject As PersistableObject Dim stream As Stream Dim keepModified As Boolean instance.Save(persistableObject, stream, keepModified) |
C# | |
---|---|
public void Save( PersistableObject persistableObject, Stream stream, bool keepModified ) |
C++/CLI | |
---|---|
public: void Save( PersistableObject^ persistableObject, Stream^ stream, bool keepModified ) |
Parameters
- persistableObject
- The persistable object.
- stream
- The stream.
- keepModified
- if set to
true
keep the object modified.
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