SoapReflectionImporter.IncludeTypes(ICustomAttributeProvider) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Places mappings for derived types in the SoapReflectionImporter instance's context for later use when import methods are invoked.
public:
 void IncludeTypes(System::Reflection::ICustomAttributeProvider ^ provider);[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider);public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider);[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unitmember this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unitPublic Sub IncludeTypes (provider As ICustomAttributeProvider)Parameters
- provider
- ICustomAttributeProvider
An ICustomAttributeProvider reflection object that contains custom attributes that are derived from the SoapIncludeAttribute attribute.
- Attributes