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

Предоставляет интерфейс для поиска сведений о типах, используемых в текущем проекте веб-форм.

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 класс для эквивалентных функций конструктора.

конструктор документов веб-формы должен реализовывать этот интерфейс. реализация этого интерфейса позволяет конструктору управлять ссылками и предоставлять сведения, связанные с элементами управления веб-формы в проекте.

Методы

GetObjectType(String, String)

Возвращает тип указанного объекта.

GetRegisterDirectives()

Возвращает директивы регистрации текущего проекта.

GetTagPrefix(Type)

Возвращает префикс тега заданного типа объекта.

Применяется к

См. также раздел