IWebFormReferenceManager Rozhraní

Definice

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 webových formulářů.

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

Note

Rozhraní IWebFormReferenceManager je zastaralé. WebFormsReferenceManager Použijte třídu pro ekvivalentní funkce návrháře.

Návrhář dokumentů webových formulářů musí implementovat toto rozhraní. Implementace tohoto rozhraní umožňuje návrháři spravovat odkazy a poskytovat informace související s ovládacími prvky Webových formulářů v rámci projektu.

Metody

Name Description
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.

Platí pro

Viz také