SoapReflectionImporter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 SoapReflectionImporter 类的新实例。
重载
SoapReflectionImporter() |
初始化 SoapReflectionImporter 类的新实例。 |
SoapReflectionImporter(String) |
初始化 SoapReflectionImporter 类的新实例,指定导入的类型映射的默认 XML 命名空间。 |
SoapReflectionImporter(SoapAttributeOverrides) |
指定 XML 序列化的替代,初始化 SoapReflectionImporter 类的新实例。 |
SoapReflectionImporter(SoapAttributeOverrides, String) |
指定 XML 序列化替代和默认 XML 命名空间,初始化 SoapReflectionImporter 类的新实例。 |
SoapReflectionImporter()
- Source:
- SoapReflectionImporter.cs
- Source:
- SoapReflectionImporter.cs
- Source:
- SoapReflectionImporter.cs
初始化 SoapReflectionImporter 类的新实例。
public:
SoapReflectionImporter();
public SoapReflectionImporter ();
Public Sub New ()
适用于
SoapReflectionImporter(String)
- Source:
- SoapReflectionImporter.cs
- Source:
- SoapReflectionImporter.cs
- Source:
- SoapReflectionImporter.cs
初始化 SoapReflectionImporter 类的新实例,指定导入的类型映射的默认 XML 命名空间。
public:
SoapReflectionImporter(System::String ^ defaultNamespace);
public SoapReflectionImporter (string? defaultNamespace);
public SoapReflectionImporter (string defaultNamespace);
new System.Xml.Serialization.SoapReflectionImporter : string -> System.Xml.Serialization.SoapReflectionImporter
Public Sub New (defaultNamespace As String)
参数
- defaultNamespace
- String
导入的类型映射要使用的默认 XML 命名空间。
适用于
SoapReflectionImporter(SoapAttributeOverrides)
- Source:
- SoapReflectionImporter.cs
- Source:
- SoapReflectionImporter.cs
- Source:
- SoapReflectionImporter.cs
指定 XML 序列化的替代,初始化 SoapReflectionImporter 类的新实例。
public:
SoapReflectionImporter(System::Xml::Serialization::SoapAttributeOverrides ^ attributeOverrides);
public SoapReflectionImporter (System.Xml.Serialization.SoapAttributeOverrides? attributeOverrides);
public SoapReflectionImporter (System.Xml.Serialization.SoapAttributeOverrides attributeOverrides);
new System.Xml.Serialization.SoapReflectionImporter : System.Xml.Serialization.SoapAttributeOverrides -> System.Xml.Serialization.SoapReflectionImporter
Public Sub New (attributeOverrides As SoapAttributeOverrides)
参数
- attributeOverrides
- SoapAttributeOverrides
一个 SoapAttributeOverrides 对象,该对象替代 XmlSerializer 类使用 SOAP 编码序列化映射类型的方式。
适用于
SoapReflectionImporter(SoapAttributeOverrides, String)
- Source:
- SoapReflectionImporter.cs
- Source:
- SoapReflectionImporter.cs
- Source:
- SoapReflectionImporter.cs
指定 XML 序列化替代和默认 XML 命名空间,初始化 SoapReflectionImporter 类的新实例。
public:
SoapReflectionImporter(System::Xml::Serialization::SoapAttributeOverrides ^ attributeOverrides, System::String ^ defaultNamespace);
public SoapReflectionImporter (System.Xml.Serialization.SoapAttributeOverrides? attributeOverrides, string? defaultNamespace);
public SoapReflectionImporter (System.Xml.Serialization.SoapAttributeOverrides attributeOverrides, string defaultNamespace);
new System.Xml.Serialization.SoapReflectionImporter : System.Xml.Serialization.SoapAttributeOverrides * string -> System.Xml.Serialization.SoapReflectionImporter
Public Sub New (attributeOverrides As SoapAttributeOverrides, defaultNamespace As String)
参数
- attributeOverrides
- SoapAttributeOverrides
一个 SoapAttributeOverrides 对象,该对象替代 XmlSerializer 类使用 SOAP 编码序列化映射类型的方式。
- defaultNamespace
- String
导入的类型映射要使用的默认 XML 命名空间。