IWebFormReferenceManager 介面

定義

警告

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
屬性

備註

Note

介面 IWebFormReferenceManager 已經過時了。 使用該 WebFormsReferenceManager 類別來實現等效的設計功能。

網頁表單文件設計師必須實作此介面。 實作此介面使設計師能管理參考資料並提供專案內與網頁表單控制相關的資訊。

方法

名稱 Description
GetObjectType(String, String)
已淘汰.

取得指定物件的型別。

GetRegisterDirectives()
已淘汰.

取得目前專案的登記指令。

GetTagPrefix(Type)
已淘汰.

取得指定物件類型的標籤前綴。

適用於

另請參閱