Freigeben über


TemplateEditingService-Klasse

Diese Klasse unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

HINWEIS: Diese Klasse ist mittlerweile veraltet.

Stellt Dienste für die Bearbeitung von Steuerelementvorlagen zur Entwurfszeit bereit. Diese Klasse kann nicht geerbt werden.

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 NotInheritable Class TemplateEditingService
    Implements ITemplateEditingService, IDisposable
'Usage
Dim instance As TemplateEditingService
[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 sealed class TemplateEditingService : ITemplateEditingService, 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 ref class TemplateEditingService sealed : ITemplateEditingService, 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 final class TemplateEditingService implements ITemplateEditingService, 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 final class TemplateEditingService implements ITemplateEditingService, IDisposable

Hinweise

Hinweis

Die TemplateEditingService-Klasse ist veraltet. Stellen Sie Vorlagen über die TemplateGroups-Eigenschaft eines Steuerelement-Designers bereit. Der Entwurfshost erstellt ein TemplatedEditableDesignerRegion-Objekt für jede TemplateDefinition in jeder TemplateGroup, die für einen Steuerelement-Designer definiert ist.

Vererbungshierarchie

System.Object
  System.Web.UI.Design.TemplateEditingService

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

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

TemplateEditingService-Member
System.Web.UI.Design-Namespace
TemplatedEditableDesignerRegion-Klasse
ITemplateEditingService-Schnittstelle