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 Elemento deviceFilters (Esquema de Configurações ASP.NET) de um arquivo de configuração que especifica o conjunto de filtros de dispositivo para uso com controles móveis ASP.NET. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & 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

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 para obter mais informações sobre como herdar.

Construtores

MobileDeviceCapabilitiesSectionHandler()
Obsoleto.
Obsoleto.

Inicializa uma nova instância da classe MobileDeviceCapabilitiesSectionHandler. Este método é compatível com a infraestrutura .NET Framework. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com ASP.NET.

Métodos

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

Cria um dicionário das informações de filtro de dispositivo contidas no XmlNode especificado pelo parâmetro node. Se o objeto referenciado pela propriedade parent não for null, as entradas do dicionário serão acrescentadas ao dicionário pai. Este método é compatível com a infraestrutura .NET Framework. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & 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 Object atual.

(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

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

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

Aplica-se a

Confira também