ToolboxItemContainer::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
For a description of this member, see the GetObjectData method.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
private: [SecurityCriticalAttribute] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) sealed = ISerializable::GetObjectData
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The serialization information passed in by the serializer when serializing this object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The streaming context passed in by the serializer when serializing this object.
This member is an explicit interface member implementation. It can be used only when the ToolboxItemContainer instance is cast to an ISerializable interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: