SoapReflectionImporter.IncludeType(Type) 方法
定义
在 SoapReflectionImporter 实例的上下文中放置某个类型的映射,以供以后调用导入方法时使用。Places mappings for a type in the SoapReflectionImporter instance's context for later use when import methods are invoked.
public:
void IncludeType(Type ^ type);
public void IncludeType (Type type);
member this.IncludeType : Type -> unit
Public Sub IncludeType (type As Type)
参数
- type
- Type
要为其保存类型映射信息的 .NET 类型。The .NET type for which to save type mapping information.
注解
不需要 IncludeType 直接调用方法。You do not need to call the IncludeType method directly.