IWebFormReferenceManager Interfaccia

Definizione

Attenzione

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

Fornisce un'interfaccia che può ricercare informazioni sui tipi utilizzati nel progetto Web Form corrente.

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
Attributi

Commenti

Nota

L'interfaccia IWebFormReferenceManager è obsoleta. Usare la classe per le WebFormsReferenceManager funzionalità di progettazione equivalenti.

Una finestra di progettazione documenti Web Forms deve implementare questa interfaccia. L'implementazione di questa interfaccia consente a una finestra di progettazione di gestire i riferimenti e fornire informazioni correlate ai controlli Web Forms all'interno del progetto.

Metodi

GetObjectType(String, String)
Obsoleti.

Ottiene il tipo dell'oggetto specificato.

GetRegisterDirectives()
Obsoleti.

Ottiene le direttive di registro per il progetto corrente.

GetTagPrefix(Type)
Obsoleti.

Ottiene il prefisso di tag per il tipo specificato di oggetto.

Si applica a

Vedi anche