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^>^)
.NET Framework (current version)
Sets the collection of known types to use for serialization and deserialization of the custom data objects.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
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
Available since 3.0
Show: