IWebFormsDocumentServiceとは何? わかりやすく解説 Weblio辞書 (original) (raw)
IWebFormsDocumentService イベント
| | 名前 | 説明 | |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| LoadComplete | サービスが読み込みを終了したときに発生します。 |
関連項目
IWebFormsDocumentService インターフェイス
System.Web.UI.Design 名前空間
WebFormsRootDesigner
IWebFormsDocumentService インターフェイス
メモ : このインターフェイスは、互換性のために残されています。
Web フォーム ドキュメントの読み込み状態の追跡、読み込み時のイベント処理、ドキュメントの場所へのアクセス、ドキュメントを元に戻すサービスの管理、ドキュメント内の新しい選択内容の設定の各サービスにアクセスするメソッドを提供します。
名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文
<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
Dim instance As IWebFormsDocumentService
[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
[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
/** @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
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.0、1.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
.gif)