ListViewItem::Serialize Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Serializes the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::SerializationFormatter)] [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Flags = SecurityPermissionFlag::SerializationFormatter)] virtual void Serialize( SerializationInfo^ info, StreamingContext context )
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
A SerializationInfo that holds the data needed to serialize the item.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
A StreamingContext that represents the source and destination of the stream being serialized.
Notes to Inheritors:
This method should be overridden if you are going to serialize and deserialize your derived version of this class and your derived class contains state information you want to be serialized and deserialized. You must call the base class implementation of this method in order to ensure that your items are serialized and deserialized properly.
.NET Framework
Available since 1.1
Available since 1.1
Show: