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 |
获取包含 ConfigurationElement 对象的不可自定义的信息和功能的 ElementInformation 对象。 (继承自 ConfigurationElement) |
ElementProperty |
获取表示 ConfigurationElement 对象本身的 ConfigurationElementProperty 对象。 (继承自 ConfigurationElement) |
EvaluationContext |
获取 ConfigurationElement 对象的 ContextInformation 对象。 (继承自 ConfigurationElement) |
HasContext |
获取一个值,该值指示 CurrentConfiguration 属性是否为 |
Item[ConfigurationProperty] |
获取或设置此配置元素的属性或特性。 (继承自 ConfigurationElement) |
Item[String] |
获取或设置此配置元素的属性、特性或子元素。 (继承自 ConfigurationElement) |
LockAllAttributesExcept |
获取被锁定的特性的集合。 (继承自 ConfigurationElement) |
LockAllElementsExcept |
获取被锁定的元素的集合。 (继承自 ConfigurationElement) |
LockAttributes |
获取被锁定的特性的集合。 (继承自 ConfigurationElement) |
LockElements |
获取被锁定的元素的集合。 (继承自 ConfigurationElement) |
LockItem |
获取或设置一个值,该值指示是否已锁定该元素。 (继承自 ConfigurationElement) |
Properties |
获取属性的集合。 (继承自 ConfigurationElement) |