次の方法で共有


CSharpMigrationOperationGeneratorDependencies.With(ICSharpHelper) メソッド

定義

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGeneratorDependencies With (Microsoft.EntityFrameworkCore.Design.ICSharpHelper csharpHelper);
member this.With : Microsoft.EntityFrameworkCore.Design.ICSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGeneratorDependencies
Public Function With (csharpHelper As ICSharpHelper) As CSharpMigrationOperationGeneratorDependencies

パラメーター

csharpHelper
ICSharpHelper

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象