Aracılığıyla paylaş


MessageEncodingBindingElementImporter.IWsdlImportExtension.BeforeImport Yöntem

Tanım

Kodlamayla ilişkili meta veri belgelerini içeri aktarmadan önce çağrılır.

 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

Parametreler

wsdlDocuments
ServiceDescriptionCollection

ServiceDescriptionCollection Hizmetleri açıklayan.

xmlSchemas
XmlSchemaSet

için XmlSchemaSetwsdlDocumentsşemayı içeren .

policy
ICollection<XmlElement>

İlke ICollection<T> öğelerini içeren türü XmlElement .

Uygulamalar

Açıklamalar

Bu yöntem, içeri aktarma işleminden önce ilkeyi ve WSDL'yi incelemek, değiştirmek ve yorumlamak MessageEncodingBindingElementImporter için kullanılır.

Şunlara uygulanır