Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |