SoapReflectionImporter.IncludeTypes(ICustomAttributeProvider) Method

Definition

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);
public void IncludeTypes (System.Reflection.ICustomAttributeProvider provider);
member this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unit
Public Sub IncludeTypes (provider As ICustomAttributeProvider)

Parameters

provider
ICustomAttributeProvider

An ICustomAttributeProvider reflection object that contains custom attributes that are derived from the SoapIncludeAttribute attribute.

Applies to