Click or drag to resize
FrameworkTemplateSetMethodToInstantiateFrameworkTemplate Method
Sets the method that will create the tree of elements.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public void SetMethodToInstantiateFrameworkTemplate(
	Func<FrameworkElement, TemplateInstance> methodToInstantiateFrameworkTemplate
)

Parameters

methodToInstantiateFrameworkTemplate
Type: SystemFuncFrameworkElement, TemplateInstance
The method that will create the tree of elements.
See Also