IWsdlImportExtension.BeforeImport Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé avant l’importation de documents de métadonnées.
public:
void BeforeImport(System::Web::Services::Description::ServiceDescriptionCollection ^ wsdlDocuments, System::Xml::Schema::XmlSchemaSet ^ xmlSchemas, System::Collections::Generic::ICollection<System::Xml::XmlElement ^> ^ policy);
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
Public Sub BeforeImport (wsdlDocuments As ServiceDescriptionCollection, xmlSchemas As XmlSchemaSet, policy As ICollection(Of XmlElement))
Paramètres
- wsdlDocuments
- ServiceDescriptionCollection
Descriptions de service à modifier.
- xmlSchemas
- XmlSchemaSet
Collection de schémas à utiliser lors de l’importation.
- policy
- ICollection<XmlElement>
Assertions de stratégie utilisées lors de l’importation.
Remarques
Les BeforeImport méthodes de tous les objets inscrits IWsdlImportExtension sont appelées avant tout importation à partir des métadonnées fournies.