| FrameworkTemplateSetMethodToInstantiateFrameworkTemplate Method | 
            Sets the method that will create the tree of elements.
            
 
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
 Syntax
Syntaxpublic void SetMethodToInstantiateFrameworkTemplate(
	Func<FrameworkElement, TemplateInstance> methodToInstantiateFrameworkTemplate
)
Parameters
- methodToInstantiateFrameworkTemplate
- Type: SystemFuncFrameworkElement, TemplateInstance
 The method that will create the tree of elements.
 See Also
See Also