ControlBuilder.CurrentFilterResolutionService Propriedade
Definição
Obtém um objeto IFilterResolutionService que é usado para gerenciar serviços relacionados ao filtro de dispositivo ao analisar e persistir controles no designer.Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer.
public:
property System::Web::UI::IFilterResolutionService ^ CurrentFilterResolutionService { System::Web::UI::IFilterResolutionService ^ get(); };
public System.Web.UI.IFilterResolutionService CurrentFilterResolutionService { get; }
member this.CurrentFilterResolutionService : System.Web.UI.IFilterResolutionService
Public ReadOnly Property CurrentFilterResolutionService As IFilterResolutionService
Valor da propriedade
Um IFilterResolutionService objeto que é usado para gerenciar serviços relacionados ao filtro de dispositivo durante a análise e a persistência de controles no designer.An IFilterResolutionService object that is used to manage device filter related services when parsing and persisting controls in the designer.
Comentários
A IFilterResolutionService interface é uma interface que é específica de como um controle usa filtros de dispositivo em um designer.The IFilterResolutionService interface is an interface that is specific to how a control uses device filters in a designer. Quando os controles são analisados ou persistidos no designer fora do contexto de uma solicitação de navegador, o IFilterResolutionService fornece uma maneira de determinar se o controle atual é afetado por um filtro nomeado e se um filtro nomeado faz parte de uma hierarquia de filtro de dispositivo específica.When controls are parsed or persisted in the designer outside the context of a browser request, the IFilterResolutionService provides a way to determine whether the current control is affected by a named filter and whether a named filter is part of a specific device-filter hierarchy.