IWsdlImportExtension.BeforeImport 方法

定义

在导入元数据文档前调用。

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

参数

wsdlDocuments
ServiceDescriptionCollection

修改的服务说明。

xmlSchemas
XmlSchemaSet

导入时要使用的架构集合。

policy
ICollection<XmlElement>

导入时要使用的策略断言。

注解

从所提供的元数据进行任何导入前,要先调用所有已注册 BeforeImport 对象的 IWsdlImportExtension 方法。

适用于