MobileDeviceCapabilitiesSectionHandler Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 la section de l’élément deviceFilters (Schéma des paramètres ASP.NET) d’un fichier de configuration qui spécifie le jeu de filtres pour appareil mobile à utiliser avec les contrôles mobiles ASP.NET. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & 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 appelable à partir de plusieurs threads simultanément. Consultez IConfigurationSectionHandler pour plus d’informations sur l’héritage.
Constructeurs
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 Applications mobiles & Sites avec ASP.NET. |
Méthodes
Create(Object, Object, XmlNode) |
Obsolète.
Obsolète.
Crée un dictionnaire des informations sur les filtres pour appareil mobile contenues dans le XmlNode spécifié par le paramètre |
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.
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obsolète.
Obsolète.
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Obsolète.
Obsolète.
Crée une copie superficielle du Object actuel. (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
IConfigurationSectionHandler.Create(Object, Object, XmlNode) |
Obsolète.
Obsolète.
Crée un dictionnaire des informations sur les filtres pour appareil mobile contenues dans le XmlNode spécifié par le paramètre |