XamlDeferLoadAttribute.ContentType Property

Definition

Gets the CLR Type value for the destination/content type of the defer load behavior.

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

Property Value

The CLR Type value for the destination/content type of the defer load behavior.

Applies to