TreeNode::Deserialize Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Loads the state of the TreeNode from the specified SerializationInfo.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: virtual void Deserialize( SerializationInfo^ serializationInfo, StreamingContext context )
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo that describes the TreeNode.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext that indicates the state of the stream during deserialization.
.NET Framework
Available since 2.0
Available since 2.0
Show: