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 クラスの新しいインスタンスを作成します。 |