MobileDeviceCapabilitiesSectionHandler Classe

Definição

Atenção

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

Atenção

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 secção deviceFilters (ASP.NET Settings Schema) de um ficheiro de configuração que especifica o conjunto de filtros de dispositivo para uso com controlos móveis ASP.NET. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & 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 para 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 a partir de múltiplos threads simultaneamente. Consulte IConfigurationSectionHandler para mais informações sobre herança.

Construtores

Name Description
MobileDeviceCapabilitiesSectionHandler()
Obsoleto.
Obsoleto.

Inicializa uma nova instância da MobileDeviceCapabilitiesSectionHandler classe. Este método suporta a infraestrutura do .NET Framework. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com ASP.NET.

Métodos

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

Cria um dicionário da informação do filtro do dispositivo contida no XmlNode especificado pelo node parâmetro. Se o objeto referenciado pela parent propriedade não nullfor , então as entradas do dicionário são anexadas ao dicionário principal. Este método suporta a infraestrutura do .NET Framework. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & 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 função de hash predefinida.

(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 atual Object.

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

Devolve uma cadeia que representa o objeto atual.

(Herdado de Object)

Implementações de Interface Explícita

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

Cria um dicionário da informação do filtro do dispositivo contida no XmlNode especificado pelo node parâmetro. Se o objeto referenciado pela parent propriedade não nullfor , então as entradas do dicionário são anexadas ao dicionário principal. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com ASP.NET.

Aplica-se a

Ver também