共用方式為


StandardBindingImporter.IWsdlImportExtension.BeforeImport 方法

定義

在匯入與標準繫結關聯的中繼資料文件之前呼叫。

 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

參數

xmlSchemas
XmlSchemaSet

XmlSchemaSet,描述 wsdlDocuments

policy
ICollection<XmlElement>

ICollection<T> 型別的 XmlElement,其中包含原則項目。

實作

備註

在從提供的中繼資料匯入任何內容之前,會呼叫所有註冊的 BeforeImport 物件的 IWsdlImportExtension 方法。 此時,您可以直接修改會接著匯入至標準繫結物件的中繼資料。

適用於