This documentation is archived and is not being maintained.
WebControlToolboxItem.Serialize Method
.NET Framework 1.1
This member overrides ToolboxItem.Serialize.
[Visual Basic] Overrides Protected Sub Serialize( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ ) [C#] protected override void Serialize( SerializationInfo info, StreamingContext context ); [C++] protected: void Serialize( SerializationInfo* info, StreamingContext context ); [JScript] protected override function Serialize( 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: