IWebFormsDocumentService Интерфейс

Определение

Внимание!

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 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
Атрибуты

Комментарии

Примечание

Интерфейс IWebFormsDocumentService более не используется. Используйте WebFormsRootDesigner класс для эквивалентных функций конструктора.

Свойства

DocumentUrl

Возвращает URL-адрес расположения документа.

IsLoading

Возвращает значение, определяющее, загружается ли в данный момент служба документа.

Методы

CreateDiscardableUndoUnit()

Создает элемент отмены.

DiscardUndoUnit(Object)

Удаляет указанный элемент отмены.

EnableUndo(Boolean)

Позволяет отменять действия, которые могут происходить в действиях и транзакциях, предусматривающих отмену.

UpdateSelection()

Версия данного метода, реализованная в производном классе, обновляет текущее выделение.

События

LoadComplete

Происходит при окончании загрузки службы.

Применяется к

См. также раздел