ContextBindingElementImporter.BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<XmlElement>) 方法
定义
在导入前使用。Used before import.
public:
virtual 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
override this.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
ServiceDescriptionCollection 的实例的 ServiceDescription。The ServiceDescriptionCollection of instances of ServiceDescription.
- xmlSchemas
- XmlSchemaSet
包含 XML 架构定义语言 (XSD) 架构的缓存的 XmlSchemaSet。The XmlSchemaSet that contains a cache of XML Schema definition language (XSD) schemas.
- policy
- ICollection<XmlElement>
ICollection<T> 类型的 XmlElement。The ICollection<T> of type XmlElement.