Click or drag to resize
TemplateInstance Class
Defines a generated instance of a FrameworkTemplate.
Inheritance Hierarchy
SystemObject
  Windows.UI.XamlTemplateInstance

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public class TemplateInstance

The TemplateInstance type exposes the following members.

Constructors
  NameDescription
Public methodTemplateInstance
Initializes a new instance of the TemplateInstance class
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyTemplateContent
Gets or sets the visual subtree that has been generated for the FrameworkTemplate. Note: this should only be used inside the methods put as parameter in FrameworkTemplate.SetMethodToInstantiateFrameworkTemplate, to define the root of the Template's generated subtree.
Top
See Also