IWebFormsDocumentServiceとは何? わかりやすく解説 Weblio辞書 (original) (raw)

IWebFormsDocumentService イベント

パブリック イベントパブリック イベント

| | 名前 | 説明 | | | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | パブリック イベント | LoadComplete | サービス読み込み終了したときに発生します。 |

参照参照

関連項目

IWebFormsDocumentService インターフェイス
System.Web.UI.Design 名前空間
WebFormsRootDesigner


IWebFormsDocumentService インターフェイス

メモ : このインターフェイスは、互換性のために残されています。

Web フォーム ドキュメント読み込み状態の追跡読み込み時のイベント処理ドキュメントの場所へアクセスドキュメント元に戻すサービスの管理ドキュメント内の新し選択内容設定の各サービスアクセスするメソッド提供します

名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Visual Basic (宣言)

<ObsoleteAttribute("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

Visual Basic (使用法)

Dim instance As IWebFormsDocumentService

C#

[ObsoleteAttribute("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

C++

[ObsoleteAttribute(L"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

J#

/** @attribute ObsoleteAttribute("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

JScript

ObsoleteAttribute("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

解説解説

メモメモ
IWebFormsDocumentService インターフェイス今後使用しません。デザイナ同等機能利用するには、WebFormsRootDesigner クラス使用します

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 1.01.1
2.0 では、互換性のために残されています (コンパイル時警告)

参照参照

関連項目
IWebFormsDocumentService メンバ
System.Web.UI.Design 名前空間
WebFormsRootDesigner


IWebFormsDocumentService プロパティ

パブリック プロパティパブリック プロパティ

| | 名前 | 説明 | | | --------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | パブリック プロパティ | DocumentUrl | ドキュメント存在する場所の URL取得します。 | | パブリック プロパティ | IsLoading | ドキュメント サービスが現在読み込み実行中かどうかを示す値を取得します。 |

参照参照

関連項目

IWebFormsDocumentService インターフェイス
System.Web.UI.Design 名前空間
WebFormsRootDesigner


IWebFormsDocumentService メソッド

パブリック メソッドパブリック メソッド

| | 名前 | 説明 | | | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | パブリック メソッド | CreateDiscardableUndoUnit | 破棄できる取り消し単位作成します。 | | パブリック メソッド | DiscardUndoUnit | 指定した取り消し単位破棄します。 | | パブリック メソッド | EnableUndo | 元に戻すことができるアクション単位内またトランザクション内で発生する元に戻す操作機能有効にます。 | | パブリック メソッド | UpdateSelection | 派生クラス実装されると、現在の選択範囲更新します。 |

参照参照

関連項目

IWebFormsDocumentService インターフェイス
System.Web.UI.Design 名前空間
WebFormsRootDesigner


IWebFormsDocumentService メンバ

Web フォーム ドキュメント読み込み状態の追跡読み込み時のイベント処理ドキュメントの場所へアクセスドキュメント元に戻すサービスの管理ドキュメント内の新し選択内容設定の各サービスアクセスするメソッド提供します

IWebFormsDocumentServiceデータ型公開されるメンバを以下の表に示します

パブリック プロパティパブリック プロパティ

| | 名前 | 説明 | | | --------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | パブリック プロパティ | DocumentUrl | ドキュメント存在する場所の URL取得します。 | | パブリック プロパティ | IsLoading | ドキュメント サービスが現在読み込み実行中かどうかを示す値を取得します。 |

パブリック メソッドパブリック メソッド

| | 名前 | 説明 | | | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | パブリック メソッド | CreateDiscardableUndoUnit | 破棄できる取り消し単位作成します。 | | パブリック メソッド | DiscardUndoUnit | 指定した取り消し単位破棄します。 | | パブリック メソッド | EnableUndo | 元に戻すことができるアクション単位内またトランザクション内で発生する元に戻す操作機能有効にます。 | | パブリック メソッド | UpdateSelection | 派生クラス実装されると、現在の選択範囲更新します。 |

パブリック イベントパブリック イベント

| | 名前 | 説明 | | | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | パブリック イベント | LoadComplete | サービス読み込み終了したときに発生します。 |

参照参照

関連項目

IWebFormsDocumentService インターフェイス
System.Web.UI.Design 名前空間
WebFormsRootDesigner