Поделиться через


ContextBindingElementImporter.BeforeImport Метод

Определение

Используется перед импортом.

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.

xmlSchemas
XmlSchemaSet

Объект XmlSchemaSet, содержащий кэш схем языка определения схемы XML (XSD).

policy
ICollection<XmlElement>

Коллекция ICollection<T> типа XmlElement.

Реализации

Применяется к