TemplateInstance Class |
Namespace: Windows.UI.Xaml
public class TemplateInstance
The TemplateInstance type exposes the following members.
Name | Description | |
---|---|---|
TemplateInstance | Initializes a new instance of the TemplateInstance class |
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
TemplateContent |
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.
|