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

提供访问服务的方法,这些服务包括跟踪 Web 窗体文档的加载状态、在加载时处理事件、访问文档的位置、管理文档的撤消服务和在文档中设置新的选定内容。

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

当服务完成加载时发生。

适用于

另请参阅