Compartir a través de


StandardRelayBindingImporter.BeforeImport Método

Definición

Se llama antes de importar los documentos de metadatos asociados al enlace estándar.

public void BeforeImport(System.Web.Services.Description.ServiceDescriptionCollection wsdlDocuments, System.Xml.Schema.XmlSchemaSet xmlSchemas, System.Collections.Generic.ICollection<System.Xml.XmlElement> policy);
abstract member BeforeImport : System.Web.Services.Description.ServiceDescriptionCollection * System.Xml.Schema.XmlSchemaSet * System.Collections.Generic.ICollection<System.Xml.XmlElement> -> unit
override this.BeforeImport : System.Web.Services.Description.ServiceDescriptionCollection * System.Xml.Schema.XmlSchemaSet * System.Collections.Generic.ICollection<System.Xml.XmlElement> -> unit
Public Sub BeforeImport (wsdlDocuments As ServiceDescriptionCollection, xmlSchemas As XmlSchemaSet, policy As ICollection(Of XmlElement))

Parámetros

wsdlDocuments
ServiceDescriptionCollection

Describe el servicio.

xmlSchemas
XmlSchemaSet

Describe el objeto wsdlDocuments.

policy
ICollection<XmlElement>

Contiene los elementos de directiva.

Implementaciones

Se aplica a