次の方法で共有


ExtensionConfigProviderAttribute クラス

定義

サード パーティが IExtensionConfigProvider 構成に参加するために、構成プロセスの一部として呼び出す実装を識別します。

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

コンストラクター

ExtensionConfigProviderAttribute(Type)

サード パーティ拡張機能の ExtensionConfigProviderAttribute 構成に使用する実装を IExtensionConfigProvider 識別する の新しいインスタンスを作成します。

プロパティ

ConfigProviderType

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

適用対象