다음을 통해 공유


DataContractSerializerMessageContractImporter.IWsdlImportExtension.BeforeImport 메서드

정의

WSDL 문서 집합을 가져올 때 사용할 서비스 설명 및 스키마 집합을 지정합니다.

 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

검사할 WSDL 문서를 나타내는 ServiceDescriptionCollection입니다.

xmlSchemas
XmlSchemaSet

메시지를 변환할 때 사용할 스키마를 나타내는 XmlSchemaSet입니다.

policy
ICollection<XmlElement>

메시지를 가져올 때 사용할 정책 문서를 포함하는 ICollection<T>입니다.

구현

설명

WSDL 문서 집합을 가져올 때 사용할 서비스 설명 및 스키마 집합을 지정합니다.

적용 대상