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 in grado di cercare 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

Note

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

Una finestra di progettazione documenti Web Form 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 Form all'interno del progetto.

Metodi

Nome Descrizione
GetObjectType(String, String)
Obsoleti.

Ottiene il tipo dell'oggetto specificato.

GetRegisterDirectives()
Obsoleti.

Ottiene le direttive register per il progetto corrente.

GetTagPrefix(Type)
Obsoleti.

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

Si applica a

Vedi anche