DocumentableItem 類別

定義

表示抽象基底類別,System.Web.Services.Description 命名空間中的幾個類別都由此衍生。

public ref class DocumentableItem abstract
public abstract class DocumentableItem
type DocumentableItem = class
Public MustInherit Class DocumentableItem
繼承
DocumentableItem
衍生

備註

數個類別衍生自這個類別:

這個基類只包含一個屬性, Documentation 該屬性代表特定 WSDL (Web 服務描述語言) 專案的文字檔。

如需 WSDL 的詳細資訊,請參閱 WSDL 規格。

建構函式

DocumentableItem()

初始化 DocumentableItem 類別的執行個體。

屬性

Documentation

取得或設定 DocumentableItem 的執行個體的文字文件。

DocumentationElement

取得或設定 DocumentableItem 的文件項目。

ExtensibleAttributes

取得或設定型別 XmlAttribute 的陣列,表示符合 Web 服務互通性 (WS-I) Basic Profile 1.1 的 WSDL 屬性擴充。

Extensions

取得與這個 ServiceDescriptionFormatExtensionCollection 關聯的 DocumentableItem

Namespaces

取得或設定命名空間前置詞和命名空間的字典,用於在建構 ServiceDescription 物件時保留命名空間前置詞和命名空間。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於