This documentation is archived and is not being maintained.
WebControlToolboxItem.Deserialize Method
.NET Framework 1.1
This member overrides ToolboxItem.Deserialize.
[Visual Basic] Overrides Protected Sub Deserialize( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ ) [C#] protected override void Deserialize( SerializationInfo info, StreamingContext context ); [C++] protected: void Deserialize( SerializationInfo* info, StreamingContext context ); [JScript] protected override function Deserialize( info : SerializationInfo, context : StreamingContext );
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
WebControlToolboxItem Class | WebControlToolboxItem Members | System.Web.UI.Design Namespace
Show: