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>

インポート時に使用されるポリシー アサーション。

注釈

指定されたメタデータから何かをインポートする前に、登録されているすべてのIWsdlImportExtension オブジェクトのBeforeImport メソッドが呼び出されます。

適用対象