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

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

現在の Web フォーム プロジェクト使用されている型に関する情報検索できるインターフェイス提供します

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

Visual Basic (宣言)

<ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsReferenceManager. The WebFormsReferenceManager contains additional functionality and allows for more extensibility. To get the WebFormsReferenceManager use the RootDesigner.ReferenceManager property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Interface IWebFormReferenceManager

Visual Basic (使用法)

Dim instance As IWebFormReferenceManager

C#

[ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsReferenceManager. The WebFormsReferenceManager contains additional functionality and allows for more extensibility. To get the WebFormsReferenceManager use the RootDesigner.ReferenceManager property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")]

public interface IWebFormReferenceManager

C++

[ObsoleteAttribute(L"The recommended alternative is System.Web.UI.Design.WebFormsReferenceManager. The WebFormsReferenceManager contains additional functionality and allows for more extensibility. To get the WebFormsReferenceManager use the RootDesigner.ReferenceManager property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")]

public interface class IWebFormReferenceManager

J#

/** @attribute ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsReferenceManager. The WebFormsReferenceManager contains additional functionality and allows for more extensibility. To get the WebFormsReferenceManager use the RootDesigner.ReferenceManager property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202") */ public interface IWebFormReferenceManager

JScript

ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.WebFormsReferenceManager. The WebFormsReferenceManager contains additional functionality and allows for more extensibility. To get the WebFormsReferenceManager use the RootDesigner.ReferenceManager property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")

public interface IWebFormReferenceManager

解説解説

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

Web フォーム ドキュメント デザイナは、このインターフェイス実装する必要がありますデザイナは、このインターフェイス実装することにより、参照管理しプロジェクト内の Web フォーム コントロール関連する情報を提供できます

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

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 では、互換性のために残されています (コンパイル時警告)

参照参照

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