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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.