MobileDeviceCapabilitiesSectionHandler Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202
Achtung
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.
Liest den deviceFilters-Element (ASP.NET-Einstellungsschema)-Abschnitt einer Konfigurationsdatei, die die Gruppe von Gerätefiltern angibt, die für ASP.NET Mobile-Steuerelemente verwendet werden sollen. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit 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
- Vererbung
-
MobileDeviceCapabilitiesSectionHandler
- Attribute
- Implementiert
Hinweise für Vererber
Instanzen von Klassen, die die MobileDeviceCapabilitiesSectionHandler -Klasse erben, müssen threadsicher und zustandslos sein. Die Create(Object, Object, XmlNode) Methode muss von mehreren Threads gleichzeitig aufgerufen werden können. Weitere Informationen zum Erben finden Sie IConfigurationSectionHandler unter.
Konstruktoren
MobileDeviceCapabilitiesSectionHandler() |
Veraltet.
Veraltet.
Initialisiert eine neue Instanz der MobileDeviceCapabilitiesSectionHandler-Klasse. Diese Methode unterstützt die .NET Framework-Infrastruktur. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET. |
Methoden
Create(Object, Object, XmlNode) |
Veraltet.
Veraltet.
Erstellt ein Wörterbuch der Gerätefilterinformationen, die im durch den |
Equals(Object) |
Veraltet.
Veraltet.
Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist. (Geerbt von Object) |
GetHashCode() |
Veraltet.
Veraltet.
Fungiert als Standardhashfunktion. (Geerbt von Object) |
GetType() |
Veraltet.
Veraltet.
Ruft den Type der aktuellen Instanz ab. (Geerbt von Object) |
MemberwiseClone() |
Veraltet.
Veraltet.
Erstellt eine flache Kopie des aktuellen Object. (Geerbt von Object) |
ToString() |
Veraltet.
Veraltet.
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. (Geerbt von Object) |
Explizite Schnittstellenimplementierungen
IConfigurationSectionHandler.Create(Object, Object, XmlNode) |
Veraltet.
Veraltet.
Erstellt ein Wörterbuch der Gerätefilterinformationen, die im durch den |