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 類別的新執行個體。 |