TreeNode Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the TreeNode class using the specified serialization information and context.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
TreeNode(
	SerializationInfo^ serializationInfo,
	StreamingContext context
)

Parameters

serializationInfo
Type: System.Runtime.Serialization::SerializationInfo^

The SerializationInfo that contains the data to deserialize the class.

context
Type: System.Runtime.Serialization::StreamingContext

The StreamingContext that contains the source and destination of the serialized stream.

.NET Framework
Available since 2.0
Return to top
Show: