XmlReflectionImporter::IncludeTypes Method (ICustomAttributeProvider^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Includes mappings for derived types for later use when import methods are invoked.

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

public:
void IncludeTypes(
	ICustomAttributeProvider^ provider
)

Parameters

provider
Type: System.Reflection::ICustomAttributeProvider^

An instance of the ICustomAttributeProvider class that contains custom attributes derived from the XmlIncludeAttribute attribute.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: