XmlSchemaSearchPattern.GetDiscoveryReference(String) Method
Definition
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 the SchemaReference object for a given discovery document.
public:
override System::Web::Services::Discovery::DiscoveryReference ^ GetDiscoveryReference(System::String ^ filename);
public override System.Web.Services.Discovery.DiscoveryReference GetDiscoveryReference (string filename);
override this.GetDiscoveryReference : string -> System.Web.Services.Discovery.DiscoveryReference
Public Overrides Function GetDiscoveryReference (filename As String) As DiscoveryReference
Parameters
- filename
- String
The file system path of the XML Schema document.
Returns
A SchemaReference object that specifies the file name for an XML Schema document.
Remarks
The concrete SchemaReference class inherits from the abstract DiscoveryReference class.
A SchemaReference instance contains the location of the .xsd file.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.