TemplateEditingService.SupportsNestedTemplateEditing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the service supports nested template editing.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property bool SupportsNestedTemplateEditing { bool get(); };
public bool SupportsNestedTemplateEditing { get; }
member this.SupportsNestedTemplateEditing : bool
Public ReadOnly Property SupportsNestedTemplateEditing As Boolean
Property Value
true
if the service supports nested template editing; otherwise, false
.
Implements
Remarks
Note
The TemplateEditingService class is obsolete. Expose templates through the TemplateGroups property of a control designer. The design host creates a TemplatedEditableDesignerRegion object for each TemplateDefinition in each TemplateGroup that is defined for a control designer.
The SupportsNestedTemplateEditing property indicates whether a template editor can be invoked from a component of a parent template editor's templated control. This is called nested template editing, because a template editor is invoked for a component of a control for which a template editor is already operating.