Partilhar via


StandardRelayBindingImporter.BeforeImport Método

Definição

Chamado antes de importar os documentos de metadados associados à associação padrão.

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

Descreve o serviço.

xmlSchemas
XmlSchemaSet

Descreve o wsdlDocuments.

policy
ICollection<XmlElement>

Contém os elementos de política.

Implementações

Aplica-se a