TypeElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Web 服务配置文件中的 type
元素。
public ref class TypeElement sealed : System::Configuration::ConfigurationElement
public sealed class TypeElement : System.Configuration.ConfigurationElement
type TypeElement = class
inherit ConfigurationElement
Public NotInheritable Class TypeElement
Inherits ConfigurationElement
- 继承
构造函数
TypeElement() |
初始化 TypeElement 类的实例。 |
TypeElement(String) |
初始化 TypeElement 类的实例。 |
TypeElement(Type) |
初始化 TypeElement 类的实例。 |