ServiceModelSectionGroup 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Windows Communication Foundation (WCF) 的主配置节。 此类不能被继承。
public ref class ServiceModelSectionGroup sealed : System::Configuration::ConfigurationSectionGroup
public sealed class ServiceModelSectionGroup : System.Configuration.ConfigurationSectionGroup
type ServiceModelSectionGroup = class
inherit ConfigurationSectionGroup
Public NotInheritable Class ServiceModelSectionGroup
Inherits ConfigurationSectionGroup
- 继承
注解
所有 WCF 配置元素都嵌套在 system.serviceModel
配置文件的 元素中。 WCF 不会向其他产品的配置节中添加元素。
构造函数
ServiceModelSectionGroup() |
初始化 ServiceModelSectionGroup 类的新实例。 |
属性
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
ForceDeclaration() |
强制声明此 ConfigurationSectionGroup 对象。 (继承自 ConfigurationSectionGroup) |
ForceDeclaration(Boolean) |
强制声明此 ConfigurationSectionGroup 对象。 (继承自 ConfigurationSectionGroup) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetSectionGroup(Configuration) |
从指定的配置文件中获取 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ShouldSerializeSectionGroupInTargetVersion(FrameworkName) |
指示在为.NET Framework的指定目标版本序列化配置对象层次结构时,是否应序列化当前ConfigurationSectionGroup实例。 (继承自 ConfigurationSectionGroup) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |