ListViewItem::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Serializes the item.

Namespace:   System.Windows.Forms
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
Return to top
Show: