Freigeben über


IWebFormsDocumentService-Schnittstelle

HINWEIS: Diese Schnittstelle ist mittlerweile veraltet.

Stellt Methoden für den Zugriff auf folgende Dienste bereit: Überwachen des Ladungszustands eines Web Forms-Dokuments, Behandeln von Ereignissen während des Ladens, Zugriff auf den Speicherort eines Dokuments, Verwalten des Rückgängig-Dienstes für ein Dokument und Festlegen einer neuen Auswahl im Dokument.

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

Syntax

'Declaration
<ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Interface IWebFormsDocumentService
'Usage
Dim instance As IWebFormsDocumentService
[ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. https://go.microsoft.com/fwlink/?linkid=14202")] 
public interface IWebFormsDocumentService
[ObsoleteAttribute(L"The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. https://go.microsoft.com/fwlink/?linkid=14202")] 
public interface class IWebFormsDocumentService
/** @attribute ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. https://go.microsoft.com/fwlink/?linkid=14202") */ 
public interface IWebFormsDocumentService
ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. https://go.microsoft.com/fwlink/?linkid=14202") 
public interface IWebFormsDocumentService

Hinweise

Hinweis

Die IWebFormsDocumentService-Schnittstelle ist veraltet. Eine entsprechende Funktionalität des Designers erhalten Sie bei Verwendung der WebFormsRootDesigner-Klasse.

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

IWebFormsDocumentService-Member
System.Web.UI.Design-Namespace
WebFormsRootDesigner