IWebFormReferenceManager Interface

Definição

Atenção

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

Fornece uma interface que pode consultar informações sobre os tipos usados no atual projeto 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
Atributos

Observações

Note

A IWebFormReferenceManager interface está obsoleta. Usa a WebFormsReferenceManager classe para funcionalidades equivalentes de designer.

Um designer de documentos Web Forms deve implementar esta interface. A implementação desta interface permite ao designer gerir referências e fornecer informações relacionadas com os controlos Web Forms dentro do projeto.

Métodos

Name Description
GetObjectType(String, String)
Obsoleto.

Obtém o tipo do objeto especificado.

GetRegisterDirectives()
Obsoleto.

Recebe as diretivas do registo para o projeto atual.

GetTagPrefix(Type)
Obsoleto.

Recebe o prefixo de etiqueta para o tipo de objeto especificado.

Aplica-se a

Ver também