次の方法で共有


ConfigurationSection.Parameters プロパティ

定義

構成プロパティのキーと値のペア。

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

プロパティ値

KeyedCollection<TKey,TItem> を返します。

適用対象