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
属性

注釈

Note

IWebFormsDocumentService インターフェイスは廃止されています。 同等のデザイナー機能には、 WebFormsRootDesigner クラスを使用します。

プロパティ

名前 説明
DocumentUrl
古い.

ドキュメントが配置されている URL を取得します。

IsLoading
古い.

ドキュメント サービスが現在読み込んでいるかどうかを示す値を取得します。

メソッド

名前 説明
CreateDiscardableUndoUnit()
古い.

破棄可能な元に戻す単位を作成します。

DiscardUndoUnit(Object)
古い.

指定した元に戻す単位を破棄します。

EnableUndo(Boolean)
古い.

元に戻せるアクション ユニットまたはトランザクション内で発生する操作を元に戻す機能を有効にします。

UpdateSelection()
古い.

派生クラスで実装されている場合は、現在の選択範囲を更新します。

イベント

名前 説明
LoadComplete
古い.

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

適用対象

こちらもご覧ください