SettingElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示用來更新組態中項目的簡化組態項目。 此類別無法獲得繼承。
public ref class SettingElement sealed : System::Configuration::ConfigurationElement
public sealed class SettingElement : System.Configuration.ConfigurationElement
type SettingElement = class
inherit ConfigurationElement
Public NotInheritable Class SettingElement
Inherits ConfigurationElement
- 繼承
備註
表示組態檔內的組態項目。
建構函式
SettingElement() |
初始化 SettingElement 類別的新執行個體。 |
SettingElement(String, SettingsSerializeAs) |
根據提供的參數,初始化 SettingElement 類別的新執行個體。 |