Share via


MetadataElement.WsdlImporters 屬性

定義

取得 WSDL 匯入工具的集合,這個集合會使用 WS-Policy 附件匯入 Web 服務描述語言 (WSDL) 1.1 中繼資料。

public:
 property System::ServiceModel::Configuration::WsdlImporterElementCollection ^ WsdlImporters { System::ServiceModel::Configuration::WsdlImporterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("wsdlImporters")]
public System.ServiceModel.Configuration.WsdlImporterElementCollection WsdlImporters { get; }
[<System.Configuration.ConfigurationProperty("wsdlImporters")>]
member this.WsdlImporters : System.ServiceModel.Configuration.WsdlImporterElementCollection
Public ReadOnly Property WsdlImporters As WsdlImporterElementCollection

屬性值

WsdlImporterElementCollection

WSDL 匯入工具的集合,這個集合會使用 WS Policy 附件匯入 Web 服務描述語言 (WSDL) 1.1 中繼資料。

屬性

備註

WsdlImporter 是用來匯入中繼資料,以及將該資訊轉換成表示合約和端點資訊的各種不同類別。

它可以選擇性地匯入合約和端點資訊,以及可公開 (Expose) 任何匯入錯誤並接受與匯入和轉換處理有關聯之型別資訊的屬性。 此外,它也支援匯入繫結資訊,以及可提供存取任何原則文件、WSDL 文件、WSDL 延伸和 XML 結構描述文件的屬性。

適用於