ConfigurationSettings.Sections プロパティ

定義

セクションの名前と値のペア のコレクションを取得します。

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ConfigurationSection> Sections { get; }
member this.Sections : System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ConfigurationSection>
Public ReadOnly Property Sections As KeyedCollection(Of String, ConfigurationSection)

プロパティ値

セクションの名前と値のペア のコレクション。

適用対象