SoapReflectionImporter.IncludeTypes(ICustomAttributeProvider) 方法

定义

SoapReflectionImporter 实例的上下文中放置派生类型的映射,以供以后调用导入方法时使用。

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)

参数

provider
ICustomAttributeProvider

一个 ICustomAttributeProvider 反射对象,其中包含从 SoapIncludeAttribute 属性派生的自定义属性。

适用于