WebControlToolboxItem Constructor (SerializationInfo^, StreamingContext)

 

Creates a new instance of the WebControlToolboxItem class using the provided SerializationInfo object and StreamingContext.

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

protected:
WebControlToolboxItem(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

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

A SerializationInfo object containing information needed to instantiate the Web control through deserialization.

context
Type: System.Runtime.Serialization::StreamingContext

A StreamingContext object.

.NET Framework
Available since 2.0
Return to top
Show: