MobileDeviceCapabilitiesSectionHandler Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
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.
Lee la sección deviceFilters (esquema de configuración de ASP.NET) sección de un archivo de configuración que especifica el conjunto de filtros de dispositivo que se usan con controles móviles ASP.NET. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta
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
- Herencia
-
MobileDeviceCapabilitiesSectionHandler
- Atributos
- Implementaciones
Notas a los desarrolladores de herederos
Las instancias de clases que heredan la MobileDeviceCapabilitiesSectionHandler clase deben ser seguras para subprocesos y sin estado. El Create(Object, Object, XmlNode) método debe ser invocable desde varios subprocesos simultáneamente. Consulte IConfigurationSectionHandler para obtener más información sobre cómo heredar.
Constructores
| Nombre | Description |
|---|---|
| MobileDeviceCapabilitiesSectionHandler() |
Obsoletos.
Obsoletos.
Inicializa una nueva instancia de la clase MobileDeviceCapabilitiesSectionHandler. Este método admite la infraestructura de .NET Framework. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta |
Métodos
| Nombre | Description |
|---|---|
| Create(Object, Object, XmlNode) |
Obsoletos.
Obsoletos.
Crea un diccionario de la información del filtro de dispositivo contenida en el XmlNode especificado por el |
| Equals(Object) |
Obsoletos.
Obsoletos.
Determina si el objeto especificado es igual al objeto actual. (Heredado de Object) |
| GetHashCode() |
Obsoletos.
Obsoletos.
Actúa como función hash predeterminada. (Heredado de Object) |
| GetType() |
Obsoletos.
Obsoletos.
Obtiene el Type de la instancia actual. (Heredado de Object) |
| MemberwiseClone() |
Obsoletos.
Obsoletos.
Crea una copia superficial del Objectactual. (Heredado de Object) |
| ToString() |
Obsoletos.
Obsoletos.
Devuelve una cadena que representa el objeto actual. (Heredado de Object) |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| IConfigurationSectionHandler.Create(Object, Object, XmlNode) |
Obsoletos.
Obsoletos.
Crea un diccionario de la información del filtro de dispositivo contenida en el XmlNode especificado por el |