IWebFormReferenceManager 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
提供一个接口,该接口可以查找有关在当前 Web 窗体项目中使用的类型的信息。
public interface class IWebFormReferenceManager
public interface IWebFormReferenceManager
[System.Obsolete("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
type IWebFormReferenceManager = interface
[<System.Obsolete("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")>]
type IWebFormReferenceManager = interface
Public Interface IWebFormReferenceManager
- 属性
注解
注意
IWebFormReferenceManager 接口已过时。 将 WebFormsReferenceManager 类用于等效的设计器功能。
Web Forms文档设计器必须实现此接口。 实现此接口使设计器能够管理引用,并提供与项目中Web Forms控件相关的信息。
方法
GetObjectType(String, String) |
已过时.
获取指定对象的类型。 |
GetRegisterDirectives() |
已过时.
获取当前项目的注册指令。 |
GetTagPrefix(Type) |
已过时.
获取指定对象类型的标记前缀。 |