Язык

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.

Применяется к