ITemplateEditingFrame-Schnittstelle
HINWEIS: Diese Schnittstelle ist mittlerweile veraltet.
Stellt eine Schnittstelle zum Verwalten eines Vorlagenbearbeitungsbereichs bereit.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Interface ITemplateEditingFrame
Inherits IDisposable
'Usage
Dim instance As ITemplateEditingFrame
[ObsoleteAttribute("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). https://go.microsoft.com/fwlink/?linkid=14202")]
public interface ITemplateEditingFrame : IDisposable
[ObsoleteAttribute(L"Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). https://go.microsoft.com/fwlink/?linkid=14202")]
public interface class ITemplateEditingFrame : IDisposable
/** @attribute ObsoleteAttribute("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). https://go.microsoft.com/fwlink/?linkid=14202") */
public interface ITemplateEditingFrame extends IDisposable
ObsoleteAttribute("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). https://go.microsoft.com/fwlink/?linkid=14202")
public interface ITemplateEditingFrame extends IDisposable
Hinweise
Hinweis
Die ITemplateEditingFrame-Schnittstelle ist veraltet. Verwenden Sie für einen Steuerelement-Designer die TemplateGroups-Eigenschaft, um auf Vorlagengruppen sowie auf Vorlagendefinitionen in den Vorlagengruppen zuzugreifen.
Ein Vorlagenbearbeitungsrahmen stellt die Benutzeroberfläche für einen Vorlagen-Editor eines aus einer Vorlage gebildeten Steuerelement-Designers dar.
Plattformen
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0
Siehe auch
Referenz
ITemplateEditingFrame-Member
System.Web.UI.Design-Namespace
System.Web.UI.Design.TemplateGroup
System.Web.UI.Design.TemplateDefinition
ControlDesigner.TemplateGroups-Eigenschaft