GetFrameworkTemplate Method
GetFrameworkTemplate(XmlElement, XamlObject)
Gets a System.Windows.FrameworkTemplate based on the specified parameters.
Declaration
public static FrameworkTemplate GetFrameworkTemplate(XmlElement xmlElement, XamlObject parentObject)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | xmlElement | The xml element to get template xaml from. |
XamlObject | parentObject | The XamlObject to use as source for resources and contextual information. |
Returns
Type | Description |
---|---|
System.Windows.FrameworkTemplate | A System.Windows.FrameworkTemplate based on the specified parameters. |