共用方式為


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 Services Description Language)元素的文字文件。

欲了解更多關於 WSDL 的資訊,請參閱 WSDL 規範。

建構函式

名稱 Description
DocumentableItem()

初始化該 DocumentableItem 類別的實例。

屬性

名稱 Description
Documentation

取得或設定 實例 DocumentableItem的文字文件。

DocumentationElement

取得或設定 文件元素。DocumentableItem

ExtensibleAttributes

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

Extensions

這與 ServiceDescriptionFormatExtensionCollectionDocumentableItem有關。

Namespaces

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

方法

名稱 Description
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於