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);
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.