ServiceDescriptionFormatExtension 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示添加到 XML Web services 的扩展性元素。
public ref class ServiceDescriptionFormatExtension abstract
public abstract class ServiceDescriptionFormatExtension
type ServiceDescriptionFormatExtension = class
Public MustInherit Class ServiceDescriptionFormatExtension
- 继承
-
ServiceDescriptionFormatExtension
- 派生
注解
在派生类中 ServiceDescriptionFormatExtension
,类允许用户定义扩展性元素,以及 Web 服务描述语言 (WSDL) 规范中定义的扩展性元素。 扩展性元素可以添加到 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) |