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

 

For a description of this member, see ISerializable::GetObjectData.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter)]
virtual void GetObjectData(
	SerializationInfo^ si,
	StreamingContext context
) sealed = ISerializable::GetObjectData

Parameters

si
Type: System.Runtime.Serialization::SerializationInfo^

The object to be populated with serialization information.

context
Type: System.Runtime.Serialization::StreamingContext

The destination context of the serialization.

This member is an explicit interface member implementation. It can be used only when the TableLayoutSettings instance is cast to an ISerializable interface.

.NET Framework
Available since 2.0
Return to top
Show: