EntityDesignerBuildProvider.GetResultFlags(CompilerResults) メソッド

定義

プロジェクトのビルドについて、ASP.NET コンパイラに指示します。

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

ASP.NET コンパイラから返されたコンパイルの結果。

返品

仮想パスが構築されるときに必要な動作。

注釈

このメソッドは、ASP.NET コンパイラによってのみ呼び出されることを目的としています。

適用対象