Uredi

DeferrableContent Class

Definition

Represents deferrable content that is held within BAML as a stream.

public ref class DeferrableContent
[System.ComponentModel.TypeConverter(typeof(System.Windows.DeferrableContentConverter))]
public class DeferrableContent
[<System.ComponentModel.TypeConverter(typeof(System.Windows.DeferrableContentConverter))>]
type DeferrableContent = class
Public Class DeferrableContent
Inheritance
DeferrableContent
Attributes

Remarks

Deferrable content is precompiled or processed XAML that has not yet been parsed. Deferrable content is exposed as an object for advanced scenarios.

DeferrableContent has an internal constructor. There is an instantiation pathway through DeferrableContentConverter, where you pass in a stream. You would only use DeferrableContent if you are using Baml2006Reader for stream processing. This is an advanced scenario where you may have to implement many of the supporting XAML services yourself.

Applies to