XmlSchemaSearchPattern.GetDiscoveryReference Method (String)

 
Use BaseTrue

Returns the SchemaReference object for a given discovery document.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public Overrides Function GetDiscoveryReference (
	filename As String
) As DiscoveryReference

Parameters

filename
Type: System.String

The file system path of the XML Schema document.

Return Value

Type: System.Web.Services.Discovery.DiscoveryReference

A SchemaReference object that specifies the file name for an XML Schema document.

The concrete SchemaReference class inherits from the abstract DiscoveryReference class.

A SchemaReference instance contains the location of the .xsd file.

.NET Framework
Available since 1.1
Return to top
Show: