IWebFormReferenceManager Interface
.NET Framework 3.0
NOTE: This interface is now obsolete.
Provides an interface that can look up information about the types used in the current Web Forms project. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[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
/** @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
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
Not applicable.
Note: |
|---|
| The IWebFormReferenceManager interface is obsolete. Use the WebFormsReferenceManager class for equivalent designer functionality. |
A Web Forms document designer must implement this interface. Implementing this interface enables a designer to manage references and provide information related to Web Forms controls within the project.
Community Additions
ADD
Show:
Note: