XamlDeferLoadAttribute.LoaderType Property

Definition

Gets the CLR Type value for the implementation to use for the defer load behavior.

public:
 property Type ^ LoaderType { Type ^ get(); };
public Type LoaderType { get; }
member this.LoaderType : Type
Public ReadOnly Property LoaderType As Type

Property Value

The CLR Type value for the implementation to use for the defer load behavior.

Applies to