次の方法で共有


EntityFrameworkServicesBuilder.IInfrastructure<IServiceCollection>.Instance プロパティ

定義

構成されている を取得します IServiceCollection

このプロパティは、パブリック API サーフェイスで直接公開されていないサービスを使用する必要がある拡張メソッドで使用することを目的としています。

Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.Extensions.DependencyInjection.IServiceCollection>.Instance { get; }
member this.Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.Extensions.DependencyInjection.IServiceCollection>.Instance : Microsoft.Extensions.DependencyInjection.IServiceCollection
 ReadOnly Property Instance As IServiceCollection Implements IInfrastructure(Of IServiceCollection).Instance

プロパティ値

実装

適用対象