次の方法で共有


HostConfigProviderAttribute クラス

定義

ホスト固有の IHostConfigProvider 初期サービス構成を提供するために使用する実装を識別します。 このようなインスタンスは一度に 1 つだけアクティブにすることができ、通常はホストによって直接提供されます。 ユーザーは、 クラスを ConfigBuilder ホストによって提供されるサービス構成を追加または変更するためのメカニズムとして使用できます。

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public sealed class HostConfigProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type HostConfigProviderAttribute = class
    inherit Attribute
Public NotInheritable Class HostConfigProviderAttribute
Inherits Attribute
継承
HostConfigProviderAttribute
属性

コンストラクター

HostConfigProviderAttribute(Type)

初期ホスト構成を HostConfigProviderAttribute 提供するために使用する実装を IHostConfigProvider 識別する の新しいインスタンスを作成します。

プロパティ

ConfigProviderType

IHostConfigProvider初期ホスト サービス構成を提供するために使用される を取得します。

適用対象