XamlBuildProvider.GetResultFlags Method

This API supports the .NET Framework 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.Xaml.Hosting
Assembly:  System.Xaml.Hosting (in System.Xaml.Hosting.dll)

Syntax

'Declaration
Public Overrides Function GetResultFlags ( _
    results As CompilerResults _
) As BuildProviderResultFlags
public override BuildProviderResultFlags GetResultFlags(
    CompilerResults results
)
public:
virtual BuildProviderResultFlags GetResultFlags(
    CompilerResults^ results
) override
abstract GetResultFlags : 
        results:CompilerResults -> BuildProviderResultFlags  
override GetResultFlags : 
        results:CompilerResults -> BuildProviderResultFlags
public override function GetResultFlags(
    results : CompilerResults
) : BuildProviderResultFlags

Parameters

Return Value

Type: System.Web.Compilation.BuildProviderResultFlags
The BuildProviderResultFlags value that indicates actions required after the virtual path is built.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

XamlBuildProvider Class

System.Xaml.Hosting Namespace