Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PrintPropertyDictionary::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Populates a SerializationInfo with the data that is needed to serialize the PrintPropertyDictionary.

Namespace:   System.Printing.IndexedProperties
Assembly:  System.Printing (in System.Printing.dll)

public:
[SecurityCriticalAttribute]
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) override

Parameters

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

Stores all the data that is used to serialize the object.

context
Type: System.Runtime.Serialization::StreamingContext

Describes the context of the serialized stream, including the source and the destination.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft