ScopeElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示终结点的范围 URI。
public ref class ScopeElement sealed : System::Configuration::ConfigurationElement
public sealed class ScopeElement : System.Configuration.ConfigurationElement
type ScopeElement = class
inherit ConfigurationElement
Public NotInheritable Class ScopeElement
Inherits ConfigurationElement
- 继承
注解
此类用于在配置文件中表示范围 URI。 下面的示例演示如何在配置文件中使用该类。
<endpointBehaviors>
<behavior name="ep1Behavior">
<endpointDiscovery>
<scopes>
<add scope="http://www.microsoft.com/building42/floor1"/>
<add scope="ldap:///ou=engineeringo=examplecomc=us"/>
<add scope="mailto:vipulm@microsoft.com"/>
</scopes>
</endpointDiscovery>
</behavior>
</endpointBehaviors>
元素下的每个 <scopes> 项都对应于 ScopeElement 。
构造函数
ScopeElement() |
创建 ScopeElement 类的新实例。 |