ILoggerProviderConfigurationFactory.GetConfiguration(Type) メソッド

定義

ロガー プロバイダーに関連付けられた構成セクションを返します。

public:
 Microsoft::Extensions::Configuration::IConfiguration ^ GetConfiguration(Type ^ providerType);
public Microsoft.Extensions.Configuration.IConfiguration GetConfiguration (Type providerType);
abstract member GetConfiguration : Type -> Microsoft.Extensions.Configuration.IConfiguration
Public Function GetConfiguration (providerType As Type) As IConfiguration

パラメーター

providerType
Type

ロガー プロバイダーの種類。

戻り値

指定された providerTypeIConfiguration

適用対象