EntityModelBuildProvider.GetResultFlags(CompilerResults) メソッド

定義

エンティティ モデル ビルド プロバイダーのビルド時に必要なアクションを示す値を返します。

public:
 override System::Web::Compilation::BuildProviderResultFlags GetResultFlags(System::CodeDom::Compiler::CompilerResults ^ results);
public override System.Web.Compilation.BuildProviderResultFlags GetResultFlags(System.CodeDom.Compiler.CompilerResults results);
override this.GetResultFlags : System.CodeDom.Compiler.CompilerResults -> System.Web.Compilation.BuildProviderResultFlags
Public Overrides Function GetResultFlags (results As CompilerResults) As BuildProviderResultFlags

パラメーター

results
CompilerResults

ビルド プロバイダーのコンパイル結果。

返品

ShutdownAppDomainOnChange値。含まれているAppDomainがアンロードされて再起動されることを示します。

適用対象