다음을 통해 공유


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

매개 변수

wsdlDocuments
ServiceDescriptionCollection

서비스를 설명하는 ServiceDescriptionCollection입니다.

xmlSchemas
XmlSchemaSet

XmlSchemaSet를 설명하는 wsdlDocuments입니다.

policy
ICollection<XmlElement>

정책 요소를 포함하는 ICollection<T> 형식의 XmlElement입니다.

구현

설명

등록된 모든 BeforeImport 개체의 IWsdlImportExtension 메서드는 제공된 메타데이터에서 가져오기를 수행하기 전에 호출됩니다. 이 메서드가 호출된 후 표준 바인딩 개체로 가져오는 메타데이터를 직접 수정할 수 있습니다.

적용 대상