Partager via


MobileDeviceCapabilitiesSectionHandler Classe

Définition

Attention

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

Attention

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.

Lit l’élément deviceFilters (schéma de paramètres ASP.NET) d’un fichier de configuration qui spécifie l’ensemble de filtres d’appareil à utiliser avec ASP.NET contrôles mobiles. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec 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
Héritage
MobileDeviceCapabilitiesSectionHandler
Attributs
Implémente

Notes pour les héritiers

Les instances de classes qui héritent de la MobileDeviceCapabilitiesSectionHandler classe doivent être thread safe et sans état. La Create(Object, Object, XmlNode) méthode doit être appelée simultanément à partir de plusieurs threads. Consultez IConfigurationSectionHandler pour plus d’informations sur l’héritage.

Constructeurs

Nom Description
MobileDeviceCapabilitiesSectionHandler()
Obsolète.
Obsolète.

Initialise une nouvelle instance de la classe MobileDeviceCapabilitiesSectionHandler. Cette méthode prend en charge l’infrastructure .NET Framework. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

Méthodes

Nom Description
Create(Object, Object, XmlNode)
Obsolète.
Obsolète.

Crée un dictionnaire des informations de filtre d’appareil contenues dans le XmlNodenode paramètre spécifié. Si l’objet référencé par la propriété n’est pas null, les entrées de parent dictionnaire sont ajoutées au dictionnaire parent. Cette méthode prend en charge l’infrastructure .NET Framework. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

Equals(Object)
Obsolète.
Obsolète.

Détermine si l’objet spécifié est égal à l’objet actuel.

(Hérité de Object)
GetHashCode()
Obsolète.
Obsolète.

Sert de fonction de hachage par défaut.

(Hérité de Object)
GetType()
Obsolète.
Obsolète.

Obtient la Type de l’instance actuelle.

(Hérité de Object)
MemberwiseClone()
Obsolète.
Obsolète.

Crée une copie superficielle du Objectactuel.

(Hérité de Object)
ToString()
Obsolète.
Obsolète.

Retourne une chaîne qui représente l’objet actuel.

(Hérité de Object)

Implémentations d’interfaces explicites

Nom Description
IConfigurationSectionHandler.Create(Object, Object, XmlNode)
Obsolète.
Obsolète.

Crée un dictionnaire des informations de filtre d’appareil contenues dans le XmlNodenode paramètre spécifié. Si l’objet référencé par la propriété n’est pas null, les entrées de parent dictionnaire sont ajoutées au dictionnaire parent. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

S’applique à

Voir aussi