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.

Namespace:   System.ServiceModel.Activation
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::BuildProviderResultFlags

The actions required after the virtual path is built within the ASP.NET build environment.

.NET Framework
Available since 4.0
Return to top
Show: