ServiceModelConfigurationElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示服务模型配置元素。
public ref class ServiceModelConfigurationElement abstract : System::Configuration::ConfigurationElement
public abstract class ServiceModelConfigurationElement : System.Configuration.ConfigurationElement
type ServiceModelConfigurationElement = class
inherit ConfigurationElement
Public MustInherit Class ServiceModelConfigurationElement
Inherits ConfigurationElement
- 继承
- 派生
构造函数
| 名称 | 说明 |
|---|---|
| ServiceModelConfigurationElement() |
初始化 ServiceModelConfigurationElement 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| CurrentConfiguration |
获取对顶级 Configuration 实例的引用,该实例表示当前 ConfigurationElement 实例所属的配置层次结构。 (继承自 ConfigurationElement) |
| ElementInformation |
获取一个 ElementInformation 对象,该对象包含 ConfigurationElement 对象的不可自定义信息和功能。 (继承自 ConfigurationElement) |
| ElementProperty |
获取表示 ConfigurationElementProperty 对象本身的 ConfigurationElement 对象。 (继承自 ConfigurationElement) |
| EvaluationContext |
获取 ContextInformation 对象的 ConfigurationElement 对象。 (继承自 ConfigurationElement) |
| HasContext |
获取一个值,该值指示 CurrentConfiguration 属性是否 |
| Item[ConfigurationProperty] |
获取或设置此配置元素的属性或属性。 (继承自 ConfigurationElement) |
| Item[String] |
获取或设置此配置元素的属性、属性或子元素。 (继承自 ConfigurationElement) |
| LockAllAttributesExcept |
获取锁定属性的集合。 (继承自 ConfigurationElement) |
| LockAllElementsExcept |
获取锁定元素的集合。 (继承自 ConfigurationElement) |
| LockAttributes |
获取锁定属性的集合。 (继承自 ConfigurationElement) |
| LockElements |
获取锁定元素的集合。 (继承自 ConfigurationElement) |
| LockItem |
获取或设置一个值,该值指示元素是否已锁定。 (继承自 ConfigurationElement) |
| Properties |
获取属性的集合。 (继承自 ConfigurationElement) |