Share via


Extensions Class

Definition

Provides extension methods for loading XAML into objects.

public ref class Extensions abstract sealed
public static class Extensions
type Extensions = class
Public Module Extensions
Inheritance
Extensions

Methods

Name Description
LoadFromXaml<TXaml>(TXaml, String)

Loads the specified XAML string into the view.

LoadFromXaml<TXaml>(TXaml, Type)

Loads the XAML associated with the specified type into the view.

Applies to