次の方法で共有


DataContractSerializerMessageContractImporter.IWsdlImportExtension.BeforeImport メソッド

定義

WSDL ドキュメントのセットをインポートするときに使用するサービスの説明とスキーマ セットを指定します。

 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

調査対象の WSDL ドキュメントを表す ServiceDescriptionCollection

xmlSchemas
XmlSchemaSet

メッセージを変換するときに使用するスキーマを表す XmlSchemaSet

policy
ICollection<XmlElement>

メッセージをインポートするときに使用するポリシー ドキュメントを含む ICollection<T>

実装

注釈

WSDL ドキュメントのセットをインポートするときに使用するサービスの説明とスキーマ セットを指定します。

適用対象