WebControlToolboxItem::Serialize Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
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.
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
Available since 1.1
Show: