WebControlToolboxItem::Deserialize Method (SerializationInfo^, StreamingContext)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads the state of the toolbox item from the specified serialization information object.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void Deserialize(
	SerializationInfo^ info,
	StreamingContext context
) override

Parameters

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

The SerializationInfo that describes the WebControlToolboxItem.

context
Type: System.Runtime.Serialization::StreamingContext

A StreamingContext that indicates the serialization stream characteristics.

.NET Framework
Available since 1.1
Return to top
Show: