ServiceDescriptionFormatExtension 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示已加入至 XML Web Service 的擴充性項目。
public ref class ServiceDescriptionFormatExtension abstract
public abstract class ServiceDescriptionFormatExtension
type ServiceDescriptionFormatExtension = class
Public MustInherit Class ServiceDescriptionFormatExtension
- 繼承
-
ServiceDescriptionFormatExtension
- 衍生
備註
在衍生類別中,除了 Web 服務描述語言 (WSDL) 規格中所定義的擴充性元素之外,類別 ServiceDescriptionFormatExtension
還允許使用者定義擴充性元素。 擴充性元素可以在類別階層內的數個層級的任何一個 ServiceDescription 位置加入 。 因此,衍生自 DocumentableItem 類別的許多類別 (包括 ServiceDescription 類別) 具有 Extensions
屬性,這會傳 ServiceDescriptionFormatExtensionCollection 回 。
建構函式
ServiceDescriptionFormatExtension() |
初始化 ServiceDescriptionFormatExtension 類別的新執行個體。 |
屬性
Handled |
取得或設定值,指出 ServiceDescriptionFormatExtension 是否在擴充性項目匯入時由匯入處理序來使用。 |
Parent | |
Required |
取得或設定值,指出 ServiceDescriptionFormatExtension 對它所參考的動作是否是必要的。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |