EndpointAddress10.GetSchema(XmlSchemaSet) Método
Definição
Retorna um nome qualificado por XML que descreve a representação XML do endereço do ponto de extremidade da versão 1.0 de um esquema armazenado em cache especificado.Returns an XML-qualified name that describes the XML representation of the version 1.0 endpoint address from a specified cached schema.
public:
static System::Xml::XmlQualifiedName ^ GetSchema(System::Xml::Schema::XmlSchemaSet ^ xmlSchemaSet);
public static System.Xml.XmlQualifiedName GetSchema (System.Xml.Schema.XmlSchemaSet xmlSchemaSet);
static member GetSchema : System.Xml.Schema.XmlSchemaSet -> System.Xml.XmlQualifiedName
Public Shared Function GetSchema (xmlSchemaSet As XmlSchemaSet) As XmlQualifiedName
Parâmetros
- xmlSchemaSet
- XmlSchemaSet
Um XmlSchema que contém um cache de esquemas XSD (linguagem de definição de esquema XML) para o endereço do ponto de extremidade.A XmlSchema that contains a cache of the XML schema definition language (XSD) schemas for the endpoint address.
Retornos
Um XmlQualifiedName que descreve a representação XML do endereço do ponto de extremidade.A XmlQualifiedName that describes the XML representation of the endpoint address.
Exceções
xmlSchemaSet é null.xmlSchemaSet is null.
Comentários
Esse método é exigido pelo contrato de serialização.This method is required by the serialization contract. Ele deve ser público para ser visto pelo XmlSerializer .It must be public to be seen by the XmlSerializer. Ele não se destina a ser chamado por desenvolvedores.It is not intended to be called by developers.