IWebFormsDocumentService Interfaccia

Definizione

Attenzione

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. http://go.microsoft.com/fwlink/?linkid=14202

Fornisce metodi per accedere ai servizi per tenere traccia dello stato di caricamento di un documento Web Form, gestire gli eventi in fase di caricamento, accedere alla posizione di un documento, gestire il servizio di annullamento di un documento e impostare una nuova selezione all'interno del documento.

public interface class IWebFormsDocumentService
public interface IWebFormsDocumentService
[System.Obsolete("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. http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IWebFormsDocumentService
type IWebFormsDocumentService = interface
[<System.Obsolete("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. http://go.microsoft.com/fwlink/?linkid=14202")>]
type IWebFormsDocumentService = interface
Public Interface IWebFormsDocumentService
Attributi

Commenti

Note

L'interfaccia IWebFormsDocumentService è obsoleta. Usare la WebFormsRootDesigner classe per le funzionalità di progettazione equivalenti.

Proprietà

Nome Descrizione
DocumentUrl
Obsoleti.

Ottiene l'URL in corrispondenza del quale si trova il documento.

IsLoading
Obsoleti.

Ottiene un valore che indica se il servizio documenti è attualmente in fase di caricamento.

Metodi

Nome Descrizione
CreateDiscardableUndoUnit()
Obsoleti.

Crea un'unità annullabile annullabile.

DiscardUndoUnit(Object)
Obsoleti.

Rimuove l'unità di annullamento specificata.

EnableUndo(Boolean)
Obsoleti.

Consente di annullare le azioni che si verificano all'interno di unità di azione o transazioni non eseguibili.

UpdateSelection()
Obsoleti.

Se implementato in una classe derivata, aggiorna la selezione corrente.

Eventi

Nome Descrizione
LoadComplete
Obsoleti.

Si verifica al termine del caricamento del servizio.

Si applica a

Vedi anche