IWsdlImportExtension.BeforeImport メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メタデータ ドキュメントをインポートする前に呼び出します。
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 メソッドを呼び出します。