Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EndpointAddressAugust2004::GetSchema Method (XmlSchemaSet^)

 

Returns an XML-qualified name that describes the XML representation of the version 1 endpoint address from a specified cached schema.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
static XmlQualifiedName^ GetSchema(
	XmlSchemaSet^ xmlSchemaSet
)

Parameters

xmlSchemaSet
Type: System.Xml.Schema::XmlSchemaSet^

A XmlSchema that contains a cache of the XML schema definition language (XSD) schemas for the endpoint address.

Return Value

Type: System.Xml::XmlQualifiedName^

A XmlQualifiedName that describes the XML representation of the endpoint address.

Exception Condition
ArgumentNullException

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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft