Updated: November 2007
Enables the instantiation of a tree of FrameworkElement and/or FrameworkContentElement objects.
<ContentPropertyAttribute("VisualTree")> _ <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)> _ Public MustInherit Class FrameworkTemplate _ Inherits DispatcherObject _ Implements INameScope
Dim instance As FrameworkTemplate
[ContentPropertyAttribute("VisualTree")] [LocalizabilityAttribute(LocalizationCategory.NeverLocalize)] public abstract class FrameworkTemplate : DispatcherObject, INameScope
[ContentPropertyAttribute(L"VisualTree")] [LocalizabilityAttribute(LocalizationCategory::NeverLocalize)] public ref class FrameworkTemplate abstract : public DispatcherObject, INameScope
/** @attribute ContentPropertyAttribute("VisualTree") */ /** @attribute LocalizabilityAttribute(LocalizationCategory.NeverLocalize) */ public abstract class FrameworkTemplate extends DispatcherObject implements INameScope
public abstract class FrameworkTemplate extends DispatcherObject implements INameScope
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.
Windows Vista