SoapReflectionImporter Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe SoapReflectionImporter.
Sobrecargas
SoapReflectionImporter() |
Inicializa uma nova instância da classe SoapReflectionImporter. |
SoapReflectionImporter(String) |
Inicializa uma nova instância da classe SoapReflectionImporter, especificando um namespace de XML padrão para mapeamentos de tipo importado. |
SoapReflectionImporter(SoapAttributeOverrides) |
Inicializa uma nova instância da classe SoapReflectionImporter, especificando substituições para a serialização de XML. |
SoapReflectionImporter(SoapAttributeOverrides, String) |
Inicializa uma nova instância da classe SoapReflectionImporter, especificando substituições de serialização de XML e um namespace de XML padrão. |
SoapReflectionImporter()
Inicializa uma nova instância da classe SoapReflectionImporter.
public:
SoapReflectionImporter();
public SoapReflectionImporter ();
Public Sub New ()
Aplica-se a
SoapReflectionImporter(String)
Inicializa uma nova instância da classe SoapReflectionImporter, especificando um namespace de XML padrão para mapeamentos de tipo importado.
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)
Parâmetros
- defaultNamespace
- String
O namespace de XML padrão a ser usado para mapeamentos de tipo importados.
Aplica-se a
SoapReflectionImporter(SoapAttributeOverrides)
Inicializa uma nova instância da classe SoapReflectionImporter, especificando substituições para a serialização de XML.
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)
Parâmetros
- attributeOverrides
- SoapAttributeOverrides
Um objeto SoapAttributeOverrides que substitui a maneira como a classe XmlSerializer serializa tipos mapeados usando a codificação SOAP.
Aplica-se a
SoapReflectionImporter(SoapAttributeOverrides, String)
Inicializa uma nova instância da classe SoapReflectionImporter, especificando substituições de serialização de XML e um namespace de XML padrão.
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)
Parâmetros
- attributeOverrides
- SoapAttributeOverrides
Um objeto SoapAttributeOverrides que substitui a maneira como a classe XmlSerializer serializa tipos mapeados usando a codificação SOAP.
- defaultNamespace
- String
O namespace de XML padrão a ser usado para mapeamentos de tipo importados.