SoapReflectionImporter.IncludeType(Type) 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 a type in the SoapReflectionImporter instance's context for later use when import methods are invoked.
public:
void IncludeType(Type ^ type);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
public void IncludeType(Type type);
public void IncludeType(Type type);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.IncludeType : Type -> unit
member this.IncludeType : Type -> unit
Public Sub IncludeType (type As Type)
Parameters
- type
- Type
The .NET type for which to save type mapping information.
- Attributes
Remarks
You do not need to call the IncludeType method directly.