ServiceBuildProvider::GetResultFlags Method (CompilerResults^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns a value that indicates actions required when a virtual path is built.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
public: virtual BuildProviderResultFlags GetResultFlags( CompilerResults^ results ) override
Parameters
- results
-
Type:
System.CodeDom.Compiler::CompilerResults^
The compilation results for the build provider's virtual path.
Return Value
Type: System.Web.Compilation::BuildProviderResultFlagsThe actions required after the virtual path is built within the ASP.NET build environment.
.NET Framework
Available since 4.0
Available since 4.0
Show: