TreeNode::Deserialize Method (SerializationInfo^, StreamingContext)

 

Loads the state of the TreeNode from the specified SerializationInfo.

Namespace:   System.Windows.Forms
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
Return to top
Show: