IWebFormReferenceManager Interface

Definição

Cuidado

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 pesquisar informações sobre os tipos usados no projeto atual do 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

Comentários

Note

A IWebFormReferenceManager interface está obsoleta. Use a WebFormsReferenceManager classe para funcionalidade de designer equivalente.

Um designer de documentos do Web Forms deve implementar essa interface. A implementação dessa interface permite que um designer gerencie referências e forneça informações relacionadas aos controles do Web Forms dentro do projeto.

Métodos

Nome Description
GetObjectType(String, String)
Obsoleto.

Obtém o tipo do objeto especificado.

GetRegisterDirectives()
Obsoleto.

Obtém as diretivas de registro do projeto atual.

GetTagPrefix(Type)
Obsoleto.

Obtém o prefixo de marca para o tipo de objeto especificado.

Aplica-se a

Confira também