EntityDesignerBuildProvider::GetResultFlags Method (CompilerResults^)
.NET Framework (current version)
Provides instructions to the ASP.NET compiler about building a project.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
public: virtual BuildProviderResultFlags GetResultFlags( CompilerResults^ results ) override
Parameters
- results
-
Type:
System.CodeDom.Compiler::CompilerResults^
The results of compilation returned from the ASP.NET compiler.
Return Value
Type: System.Web.Compilation::BuildProviderResultFlagsThe required behavior when a virtual path is built.
This method is intended to be called only by the ASP.NET compiler.
.NET Framework
Available since 3.5
Available since 3.5
Show: