ListViewItem::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Serializes the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) sealed = ISerializable::GetObjectData
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: