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.

IDataContractSurrogate::GetKnownCustomDataTypes Method (Collection<Type^>^)

 

Sets the collection of known types to use for serialization and deserialization of the custom data objects.

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

void GetKnownCustomDataTypes(
	Collection<Type^>^ customDataTypes
)

Parameters

customDataTypes
Type: System.Collections.ObjectModel::Collection<Type^>^

A Collection<T> of Type to add known types to.

This method is required during schema export or schema import only if annotations are inserted into the schema using the GetCustomDataToExport method.

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