EndpointAddress10.GetSchema(XmlSchemaSet) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- xmlSchemaSet
- XmlSchemaSet
A XmlSchema that contains a cache of the XML schema definition language (XSD) schemas for the endpoint address.
A XmlQualifiedName that describes the XML representation of the endpoint address.
xmlSchemaSet
is null
.
This method is required by the serialization contract. It must be public to be seen by the XmlSerializer. It is not intended to be called by developers.
Producto | Versiones |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: