CSharpMigrationsGeneratorDependencies.With メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
With(ICSharpHelper) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(ICSharpMigrationOperationGenerator) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(ICSharpSnapshotGenerator) |
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。 |
With(ICSharpHelper)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies With (Microsoft.EntityFrameworkCore.Design.ICSharpHelper csharpHelper);
member this.With : Microsoft.EntityFrameworkCore.Design.ICSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies
Public Function With (csharpHelper As ICSharpHelper) As CSharpMigrationsGeneratorDependencies
パラメーター
- csharpHelper
- ICSharpHelper
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(ICSharpMigrationOperationGenerator)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies With (Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpMigrationOperationGenerator csharpMigrationOperationGenerator);
member this.With : Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpMigrationOperationGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies
Public Function With (csharpMigrationOperationGenerator As ICSharpMigrationOperationGenerator) As CSharpMigrationsGeneratorDependencies
パラメーター
- csharpMigrationOperationGenerator
- ICSharpMigrationOperationGenerator
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
With(ICSharpSnapshotGenerator)
この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。
public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies With (Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpSnapshotGenerator csharpSnapshotGenerator);
member this.With : Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpSnapshotGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies
Public Function With (csharpSnapshotGenerator As ICSharpSnapshotGenerator) As CSharpMigrationsGeneratorDependencies
パラメーター
- csharpSnapshotGenerator
- ICSharpSnapshotGenerator
この型の現在の依存関係の置き換え。
戻り値
指定されたサービスが置き換えられた新しいパラメーター オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework