WsdlImporterElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示組態項目,指定具有 WS-Policy 附件的 Web 服務描述語言 (WSDL) 1.1 中繼資料的匯入。
public ref class WsdlImporterElement sealed : System::Configuration::ConfigurationElement
public sealed class WsdlImporterElement : System.Configuration.ConfigurationElement
type WsdlImporterElement = class
inherit ConfigurationElement
Public NotInheritable Class WsdlImporterElement
Inherits ConfigurationElement
- 繼承
備註
WsdlImporter 是用來匯入中繼資料,以及將該資訊轉換成表示合約和端點資訊的各種不同類別。
它可以選擇性地匯入合約和端點資訊,以及可公開 (Expose) 任何匯入錯誤並接受與匯入和轉換處理有關聯之型別資訊的屬性。 此外,它也支援匯入繫結資訊,以及可提供存取任何原則文件、WSDL 文件、WSDL 延伸和 XML 結構描述文件的屬性。
建構函式
WsdlImporterElement() |
初始化 WsdlImporterElement 類別的新執行個體。 |
WsdlImporterElement(String) |
使用指定的型別來初始化 WsdlImporterElement 類別的新執行個體。 |
WsdlImporterElement(Type) |
使用指定的型別來初始化 WsdlImporterElement 類別的新執行個體。 |