다음을 통해 공유


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 메서드는 제공된 메타데이터에서 가져오기를 수행하기 전에 호출됩니다.

적용 대상