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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to