SoapCodeExporter.IncludeMetadata Propriedade
Definição
Obtém uma coleção de declarações XmlIncludeAttribute, especificando os tipos derivados.Gets a collection of XmlIncludeAttribute declarations, specifying derived types.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property System::CodeDom::CodeAttributeDeclarationCollection ^ IncludeMetadata { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); };
public System.CodeDom.CodeAttributeDeclarationCollection IncludeMetadata { get; }
member this.IncludeMetadata : System.CodeDom.CodeAttributeDeclarationCollection
Public ReadOnly Property IncludeMetadata As CodeAttributeDeclarationCollection
Valor da propriedade
Um CodeAttributeDeclarationCollection que contém os atributos.A CodeAttributeDeclarationCollection that contains the attributes.
Comentários
Um ou mais XmlIncludeAttribute atributos podem ser aplicados a um tipo base para permitir que um ou mais tipos derivados sejam serializados, dependendo do tipo real de um objeto em tempo de execução.One or more XmlIncludeAttribute attributes can be applied to a base type to allow one or more derived types to be serialized, depending on an object's actual type at run time.
Em vez de usar a SoapCodeExporter classe, use a ferramenta Wsdl.exe.Rather than use the SoapCodeExporter class, use the Wsdl.exe tool.