Share via


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 メソッドを呼び出します。 後で標準バインド オブジェクトにインポートするメタデータを、この時点で直接変更できます。

適用対象