SerializationStore.Save(Stream) 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.
Saves the store to the given stream.
public:
abstract void Save(System::IO::Stream ^ stream);
public abstract void Save (System.IO.Stream stream);
abstract member Save : System.IO.Stream -> unit
Public MustOverride Sub Save (stream As Stream)
Parameters
- stream
- Stream
The stream to which the store will be serialized.
Remarks
If the store is open, the Save method will automatically close it for you. You can call Save as many times as you wish to save the store to different streams.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.