IWebFormReferenceManager Rozhraní
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
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
Poskytuje rozhraní, které může vyhledat informace o typech použitých v aktuálním projektu 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
- Atributy
Poznámky
Poznámka
Rozhraní IWebFormReferenceManager je zastaralé. WebFormsReferenceManager Použijte třídu pro ekvivalentní funkce návrháře.
Návrhář dokumentů Web Forms musí implementovat toto rozhraní. Implementace tohoto rozhraní umožňuje návrháři spravovat odkazy a poskytovat informace související s ovládacími prvky Web Forms v rámci projektu.
Metody
GetObjectType(String, String) |
Zastaralé.
Získá typ zadaného objektu. |
GetRegisterDirectives() |
Zastaralé.
Získá direktivy register pro aktuální projekt. |
GetTagPrefix(Type) |
Zastaralé.
Získá předponu značky pro zadaný typ objektu. |