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