SoapReflectionImporter.IncludeTypes(ICustomAttributeProvider) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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 属性派生的自定义属性。