IWebFormReferenceManager Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
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
Udostępnia interfejs, który może wyszukać informacje o typach używanych w bieżącym projekcie Web Forms.
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
- Atrybuty
Uwagi
Uwaga
Interfejs IWebFormReferenceManager jest przestarzały. WebFormsReferenceManager Użyj klasy dla równoważnych funkcji projektanta.
Projektant dokumentów Web Forms musi zaimplementować ten interfejs. Zaimplementowanie tego interfejsu umożliwia projektantowi zarządzanie odwołaniami i dostarczanie informacji związanych z kontrolkami Web Forms w projekcie.
Metody
GetObjectType(String, String) |
Przestarzałe.
Pobiera typ określonego obiektu. |
GetRegisterDirectives() |
Przestarzałe.
Pobiera dyrektywy rejestru dla bieżącego projektu. |
GetTagPrefix(Type) |
Przestarzałe.
Pobiera prefiks tagu dla określonego typu obiektu. |