WebControlToolboxItem::Serialize Method (SerializationInfo^, StreamingContext)

 

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

Saves the state of the toolbox item to the specified serialization information object.

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

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

Parameters

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

The SerializationInfo used to save the state of 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: