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

 

Populates a SerializationInfo with the data needed to serialize the target object.

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^

The SerializationInfo to populate with data.

context
Type: System.Runtime.Serialization::StreamingContext

The destination (see StreamingContext) for this serialization.

.NET Framework
Available since 2.0
Return to top
Show: