XamlBuildProvider.GetGeneratedType Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns a type generated by the build provider from the virtual path.

Namespace:  System.Xaml.Hosting
Assembly:  System.Xaml.Hosting (in System.Xaml.Hosting.dll)

Syntax

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

Parameters

Return Value

Type: System.Type
The type that is generated by the build provider for the virtual path.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

XamlBuildProvider Class

System.Xaml.Hosting Namespace