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()

派生クラスに実装されると、現在の選択範囲を更新します。

events

LoadComplete

サービスが読み込みを終了したときに発生します。

適用対象

こちらもご覧ください