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