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.

IExtensibleDataObject::ExtensionData Property

 

Gets or sets the structure that contains extra data.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

property ExtensionDataObject^ ExtensionData {
	ExtensionDataObject^ get();
	void set(ExtensionDataObject^ value);
}

Property Value

Type: System.Runtime.Serialization::ExtensionDataObject^

An ExtensionDataObject that contains data that is not recognized as belonging to the data contract.

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