次の方法で共有


MessageEncodingBindingElementImporter.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

実装

注釈

このメソッドは、MessageEncodingBindingElementImporter がインポートを行う前に、ポリシーと WSDL の検査、変更、解釈のために使用します。

適用対象