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 メソッドを呼び出します。

適用対象