BehaviorsSection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示組態區段,這個組態區段包含的子項目是依其唯一 behavior
所識別的 name
項目。
public ref class BehaviorsSection : System::Configuration::ConfigurationSection
public class BehaviorsSection : System.Configuration.ConfigurationSection
type BehaviorsSection = class
inherit ConfigurationSection
Public Class BehaviorsSection
Inherits ConfigurationSection
- 繼承
備註
behavior
項目包含服務行為之設定的集合。 各個行為是依其 name
進行索引。 服務是藉由使用這個名稱進行連結來使用行為。
建構函式
BehaviorsSection() |
初始化 BehaviorsSection 類別的新執行個體。 |