Partager via


StandardRelayBindingImporter.BeforeImport Méthode

Définition

Appelé avant d’importer les documents de métadonnées associés à la liaison standard.

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))

Paramètres

wsdlDocuments
ServiceDescriptionCollection

Décrit le service.

xmlSchemas
XmlSchemaSet

Décrit l'wsdlDocuments.

policy
ICollection<XmlElement>

Contient les éléments de stratégie.

Implémente

S’applique à