MobileDeviceCapabilitiesSectionHandler Klass
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202
Varning
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.
Läser avsnittet deviceFilters Element (ASP.NET Settings Schema) i en konfigurationsfil som anger vilken uppsättning enhetsfilter som ska användas med ASP.NET mobila kontroller. Information om hur du utvecklar ASP.NET mobila program finns i
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
- Arv
-
MobileDeviceCapabilitiesSectionHandler
- Attribut
- Implementeringar
Anteckningar till arvingar
Instanser av klasser som ärver MobileDeviceCapabilitiesSectionHandler klassen måste vara trådsäkra och tillståndslösa. Metoden Create(Object, Object, XmlNode) måste vara anropsbar från flera trådar samtidigt. Mer IConfigurationSectionHandler information om ärvning finns i.
Konstruktorer
| Name | Description |
|---|---|
| MobileDeviceCapabilitiesSectionHandler() |
Föråldrad.
Föråldrad.
Initierar en ny instans av MobileDeviceCapabilitiesSectionHandler klassen. Den här metoden stöder .NET Framework-infrastrukturen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i |
Metoder
| Name | Description |
|---|---|
| Create(Object, Object, XmlNode) |
Föråldrad.
Föråldrad.
Skapar en ordlista med information om enhetsfilter som finns i den XmlNode som anges av parametern |
| Equals(Object) |
Föråldrad.
Föråldrad.
Avgör om det angivna objektet är lika med det aktuella objektet. (Ärvd från Object) |
| GetHashCode() |
Föråldrad.
Föråldrad.
Fungerar som standard-hash-funktion. (Ärvd från Object) |
| GetType() |
Föråldrad.
Föråldrad.
Hämtar den aktuella instansen Type . (Ärvd från Object) |
| MemberwiseClone() |
Föråldrad.
Föråldrad.
Skapar en ytlig kopia av den aktuella Object. (Ärvd från Object) |
| ToString() |
Föråldrad.
Föråldrad.
Returnerar en sträng som representerar det aktuella objektet. (Ärvd från Object) |
Explicita gränssnittsimplementeringar
| Name | Description |
|---|---|
| IConfigurationSectionHandler.Create(Object, Object, XmlNode) |
Föråldrad.
Föråldrad.
Skapar en ordlista med information om enhetsfilter som finns i den XmlNode som anges av parametern |