Freigeben über


ITemplateEditingService-Schnittstelle

HINWEIS: Diese Schnittstelle ist mittlerweile veraltet.

Stellt Dienste für die Bearbeitung von Steuerelementvorlagen zur Entwurfszeit 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 ITemplateEditingService
'Usage
Dim instance As ITemplateEditingService
[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 ITemplateEditingService
[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 ITemplateEditingService
/** @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 ITemplateEditingService
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 ITemplateEditingService

Hinweise

Hinweis

Die ITemplateEditingService-Schnittstelle ist veraltet. Stellen Sie Vorlagen über die TemplateGroups-Eigenschaft eines Steuerelement-Designers bereit. Der Entwurfshost erstellt eine TemplatedEditableDesignerRegion für jede für einen Steuerelement-Designer definierte TemplateGroup.

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

ITemplateEditingService-Member
System.Web.UI.Design-Namespace
ControlDesigner.TemplateGroups-Eigenschaft
TemplatedEditableDesignerRegion
TemplateGroup