DataContractSerializerMessageContractImporter.IWsdlImportExtension.BeforeImport Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Określa opis usługi i zestaw schematów, które mają być używane podczas importowania zestawu dokumentów WSDL.
virtual void System.ServiceModel.Description.IWsdlImportExtension.BeforeImport(System::Web::Services::Description::ServiceDescriptionCollection ^ wsdlDocuments, System::Xml::Schema::XmlSchemaSet ^ xmlSchemas, System::Collections::Generic::ICollection<System::Xml::XmlElement ^> ^ policy) = System::ServiceModel::Description::IWsdlImportExtension::BeforeImport;
void IWsdlImportExtension.BeforeImport (System.Web.Services.Description.ServiceDescriptionCollection wsdlDocuments, System.Xml.Schema.XmlSchemaSet xmlSchemas, System.Collections.Generic.ICollection<System.Xml.XmlElement> policy);
abstract member System.ServiceModel.Description.IWsdlImportExtension.BeforeImport : System.Web.Services.Description.ServiceDescriptionCollection * System.Xml.Schema.XmlSchemaSet * System.Collections.Generic.ICollection<System.Xml.XmlElement> -> unit
override this.System.ServiceModel.Description.IWsdlImportExtension.BeforeImport : System.Web.Services.Description.ServiceDescriptionCollection * System.Xml.Schema.XmlSchemaSet * System.Collections.Generic.ICollection<System.Xml.XmlElement> -> unit
Sub BeforeImport (wsdlDocuments As ServiceDescriptionCollection, xmlSchemas As XmlSchemaSet, policy As ICollection(Of XmlElement)) Implements IWsdlImportExtension.BeforeImport
Parametry
- wsdlDocuments
- ServiceDescriptionCollection
ServiceDescriptionCollectionReprezentuje dokumenty WSDL do sprawdzenia.
- xmlSchemas
- XmlSchemaSet
XmlSchemaSetReprezentuje schematy do użycia podczas konwertowania komunikatów.
- policy
- ICollection<XmlElement>
Zawierający ICollection<T> dokumenty zasad, które mają być używane podczas importowania komunikatów.
Implementuje
Uwagi
Określa opis usługi i zestaw schematów, które mają być używane podczas importowania zestawu dokumentów WSDL.