次の方法で共有


ServiceSettingsProvider.GetAppSettings メソッド

定義

モック可能な方法で現在のアプリケーション設定を取得します。

protected virtual System.Collections.Specialized.NameValueCollection GetAppSettings ();
abstract member GetAppSettings : unit -> System.Collections.Specialized.NameValueCollection
override this.GetAppSettings : unit -> System.Collections.Specialized.NameValueCollection
Protected Overridable Function GetAppSettings () As NameValueCollection

戻り値

NameValueCollectionアプリケーション設定を格納している 。

適用対象