TemplateContentLoader Class

Definition

Implements XamlDeferringLoader in order to defer loading of the XAML content that is defined for a template in WPF XAML.

public ref class TemplateContentLoader : System::Xaml::XamlDeferringLoader
public class TemplateContentLoader : System.Xaml.XamlDeferringLoader
type TemplateContentLoader = class
    inherit XamlDeferringLoader
Public Class TemplateContentLoader
Inherits XamlDeferringLoader
Inheritance
TemplateContentLoader

Constructors

TemplateContentLoader()

Initializes a new instance of the TemplateContentLoader class.

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)
Load(XamlReader, IServiceProvider)

Loads XAML content in a deferred mode, based on a XamlReader and certain required services from a service provider.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Save(Object, IServiceProvider)

Do not use; always throws an exception.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to