Udostępnij za pośrednictwem


IWebFormsDocumentService Interfejs

Definicja

Przestroga

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

Udostępnia metody uzyskiwania dostępu do usług do śledzenia stanu ładowania dokumentu usługi Web Forms, obsługi zdarzeń w czasie ładowania, uzyskiwania dostępu do lokalizacji dokumentu, zarządzania usługą cofania dokumentu i ustawiania nowego wyboru w dokumencie.

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
Atrybuty

Uwagi

Uwaga

Interfejs IWebFormsDocumentService jest przestarzały. Użyj klasy WebFormsRootDesigner , aby uzyskać równoważną funkcjonalność projektanta.

Właściwości

DocumentUrl

Pobiera adres URL, pod którym znajduje się dokument.

IsLoading

Pobiera wartość wskazującą, czy usługa dokumentów jest obecnie ładowana.

Metody

CreateDiscardableUndoUnit()

Tworzy jednostkę cofania do odrzucenia.

DiscardUndoUnit(Object)

Odrzuca określoną jednostkę cofania.

EnableUndo(Boolean)

Umożliwia cofnięcie akcji, które występują w ramach cofania jednostek akcji lub transakcji.

UpdateSelection()

W przypadku zaimplementowania w klasie pochodnej program aktualizuje bieżący wybór.

Zdarzenia

LoadComplete

Występuje po zakończeniu ładowania usługi.

Dotyczy

Zobacz też