WindowPane.SaveUIState(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.
Override to save custom state information to be used later when the pane is reconstructed.
public:
virtual int SaveUIState([Runtime::InteropServices::Out] System::IO::Stream ^ % stateStream);
public virtual int SaveUIState (out System.IO.Stream stateStream);
abstract member SaveUIState : Stream -> int
override this.SaveUIState : Stream -> int
Public Overridable Function SaveUIState (ByRef stateStream As Stream) As Integer
Parameters
- stateStream
- Stream
The stream with the state information.
Returns
The stream with the state information