Compartilhar via


MobileDeviceCapabilitiesSectionHandler Classe

Definição

Cuidado

This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202

Cuidado

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

Lê a seção deviceFilters Element (ASP.NET Settings Schema) de um arquivo de configuração que especifica o conjunto de filtros de dispositivo para uso com ASP.NET controles móveis. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com ASP.NET.

public ref class MobileDeviceCapabilitiesSectionHandler : System::Configuration::IConfigurationSectionHandler
public class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
[System.Obsolete("This class has been deprecated.  Please use the System.Web.Mobile.DeviceFiltersSection class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
type MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
[<System.Obsolete("This class has been deprecated.  Please use the System.Web.Mobile.DeviceFiltersSection class instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
Public Class MobileDeviceCapabilitiesSectionHandler
Implements IConfigurationSectionHandler
Herança
MobileDeviceCapabilitiesSectionHandler
Atributos
Implementações

Notas aos Herdeiros

As instâncias de classes que herdam a MobileDeviceCapabilitiesSectionHandler classe devem ser thread-safe e sem estado. O Create(Object, Object, XmlNode) método deve ser chamado de vários threads simultaneamente. Consulte IConfigurationSectionHandler mais informações sobre como herdar.

Construtores

Nome Description
MobileDeviceCapabilitiesSectionHandler()
Obsoleto.
Obsoleto.

Inicializa uma nova instância da classe MobileDeviceCapabilitiesSectionHandler. Esse método dá suporte à infraestrutura do .NET Framework. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com ASP.NET.

Métodos

Nome Description
Create(Object, Object, XmlNode)
Obsoleto.
Obsoleto.

Cria um dicionário das informações de filtro de dispositivo contidas no XmlNode parâmetro especificado node . Se o objeto referenciado pela parent propriedade não nullfor, as entradas de dicionário serão acrescentadas ao dicionário pai. Esse método dá suporte à infraestrutura do .NET Framework. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com ASP.NET.

Equals(Object)
Obsoleto.
Obsoleto.

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()
Obsoleto.
Obsoleto.

Serve como a função de hash padrão.

(Herdado de Object)
GetType()
Obsoleto.
Obsoleto.

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()
Obsoleto.
Obsoleto.

Cria uma cópia superficial do Objectatual.

(Herdado de Object)
ToString()
Obsoleto.
Obsoleto.

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)

Implantações explícitas de interface

Nome Description
IConfigurationSectionHandler.Create(Object, Object, XmlNode)
Obsoleto.
Obsoleto.

Cria um dicionário das informações de filtro de dispositivo contidas no XmlNode parâmetro especificado node . Se o objeto referenciado pela parent propriedade não nullfor, as entradas de dicionário serão acrescentadas ao dicionário pai. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com ASP.NET.

Aplica-se a

Confira também