ServiceBuildProvider.GetResultFlags(CompilerResults) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想パスの構築時に必要なアクションを示す値を返します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
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 ビルド環境内に構築されます。