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 del elemento deviceFilters (Esquema de configuración de ASP.NET) de un archivo de configuración en el que se especifica el conjunto de filtros de dispositivo que se debe usar con controles ASP.NET Mobile. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with 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
- 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
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, consulte Mobile Apps & Sites with ASP.NET. |
Métodos
Create(Object, Object, XmlNode) |
Obsoletos.
Obsoletos.
Crea un diccionario con la información de filtro del dispositivo que se encuentra en el XmlNode especificado por el parámetro |
Equals(Object) |
Obsoletos.
Obsoletos.
Determina si el objeto especificado es igual que el objeto actual. (Heredado de Object) |
GetHashCode() |
Obsoletos.
Obsoletos.
Sirve como la 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 Object actual. (Heredado de Object) |
ToString() |
Obsoletos.
Obsoletos.
Devuelve una cadena que representa el objeto actual. (Heredado de Object) |
Implementaciones de interfaz explícitas
IConfigurationSectionHandler.Create(Object, Object, XmlNode) |
Obsoletos.
Obsoletos.
Crea un diccionario con la información de filtro del dispositivo que se encuentra en el XmlNode especificado por el parámetro |