ControlAdapter Klasse
Definition
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.
Die ControlAdapter-Klasse selbst ist abstrakt und kann nicht instanziiert werden.The ControlAdapter class itself is abstract and cannot be instantiated. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public ref class ControlAdapter abstract : System::Web::UI::MobileControls::IControlAdapter
public abstract class ControlAdapter : System.Web.UI.MobileControls.IControlAdapter
[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 abstract class ControlAdapter : System.Web.UI.MobileControls.IControlAdapter
type ControlAdapter = class
interface IControlAdapter
[<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 ControlAdapter = class
interface IControlAdapter
Public MustInherit Class ControlAdapter
Implements IControlAdapter
- Vererbung
-
ControlAdapter
- Abgeleitet
- Attribute
- Implementiert
Hinweise
Die- ControlAdapter Klasse stellt eine allgemeine Basisklasse bereit, von der Steuerelement Adapter erben können.The ControlAdapter class provides a general base class from which control adapters can inherit. Diese Klasse stellt eine Standard Implementierung der- IControlAdapter Schnittstelle bereit, die für alle Adapter erforderlich ist.This class provides a default implementation of the IControlAdapter interface required for all adapters. Die standardrenderingimplementierung der Basisklasse sollte sein, um alle untergeordneten Steuerelemente zu rendern.The default rendering implementation of the base class should be to render all child controls. Dadurch kann die Basisklasse als Adapter für Kompositions Steuerelemente verwendet werden.This allows the base class to be used as an adapter for composition controls.
Konstruktoren
ControlAdapter() |
Erstellt eine neue Instanz der Klasse.Creates a new instance of the class. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Felder
BackLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung Back darstellt.Returns the label identifier representing the Back label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
CallLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung Call darstellt.Returns the label identifier representing the Call label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
GoLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung Go darstellt.Returns the label identifier representing the Go label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
LinkLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung Link darstellt.Returns the label identifier representing the Link label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
MoreLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung More darstellt.Returns the label identifier representing the More label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
NextLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung Next darstellt.Returns the label identifier representing the Next label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
OKLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung OK darstellt.Returns the label identifier representing the OK label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
OptionsLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung Options darstellt.Returns the label identifier representing the Options label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
PreviousLabel |
Gibt den Bezeichnungsbezeichner zurück, der die Bezeichnung Previous darstellt.Returns the label identifier representing the Previous label. Dieses Feld ist konstant.This field is constant. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Eigenschaften
Control |
Gibt einen stark typisierten Verweis auf das zugeordnete Steuerelement zurück.Returns a strongly typed reference to the associated control. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Device |
Gibt das der Anforderung zugeordnete Gerätefunktionenobjekt zurück.Returns the device capabilities object associated with the request. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
ItemWeight |
Greift auf die ungefähre Last eines einzelnen Elements im Steuerelement zu.Accesses the approximate weight of a single item in the control. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Page |
Gibt die Seite zurück, die dem Geräteadapter zugeordnet ist.Returns the page associated with the device adapter. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Style |
Gibt das Stilobjekt zurück, das dem Steuerelement mit dem angefügten Geräteadapter zugeordnet wird.Returns the style object associated with the control to which the device adapter is attached. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
VisibleWeight |
Ruft die ungefähre Gewichtung des Steuerelements in Zeichen ab oder legt diese fest.Gets or sets the approximate weight of the control, in characters. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Methoden
CalculateOptimumPageWeight(Int32) |
Bestimmt die optimale Seitengewichtung für das Gerät.Determines the optimum page weight for the device. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
CreateTemplatedUI(Boolean) |
Wird von einem Steuerelement zum Erstellen einer vorlagenbasierten Benutzeroberfläche aufgerufen.Called by a control to create a templated user interface (UI). Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetDefaultLabel(Int32) |
Gibt die lokalisierte Standardzeichenfolge für das Bezeichnungssteuerelement zurück.Returns the localized default string for the label control. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
HandlePostBackEvent(String) |
Gibt |
LoadAdapterState(Object) |
Lädt den Ansichtszustand.Loads the view state. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
LoadPostData(String, NameValueCollection, Object, Boolean) |
Gibt |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
OnInit(EventArgs) |
Wird nach der Initialisierung eines Objekts, z. B. eines Formulars oder einer Seite, aufgerufen.Called after an object, such as a form or a page, is initialized. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
OnLoad(EventArgs) |
Lädt Daten, die sich auf ein Steuerelement, eine Seite oder einen Geräteadapter beziehen.Loads data that pertains to a control, a page, or a device adapter. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
OnPreRender(EventArgs) |
Wird von der OnPreRender(EventArgs)-Methode des Steuerelements aufgerufen, um vor dem Rendering die adapterspezifischen Schritte auszuführen.Called by the control's OnPreRender(EventArgs) method, to perform adapter-specific work prior to rendering. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
OnUnload(EventArgs) |
Entlädt die einem Steuerelement, einer Seite oder einem Geräteadapter zugehörigen Daten.Unloads data that pertains to a control, a page, or a device adapter. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Render(HtmlTextWriter) |
Wird von der Render(HtmlTextWriter)-Methode des Steuerelements zum Durchführen des Rendervorgangs aufgerufen.Called by the control's Render(HtmlTextWriter) method to perform rendering. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
RenderChildren(HtmlTextWriter) |
Rendert untergeordnete Elemente des Steuerelements.Renders children of the control. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
SaveAdapterState() |
Diese Methode wird aufgerufen, wenn das Steuerelement seinen privaten Ansichtszustand speichert.This method is called when the control saves its private view state. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |
Gilt für:
Siehe auch
- IControlAdapter
- Style
- Architektur Übersicht über das Verhalten von adaptiven SteuerelementenArchitectural Overview of Adaptive Control Behavior
- Funktionen von Adapter SätzenAdapter Sets Functionality
- Interaktion von Steuerelementen und AdapternControl and Adapter Interaction
- Einführung in das Filtern von Geräten in ASP.netIntroduction to Device Filtering in ASP.NET
- StileStyles
- Überschreiben von EigenschaftenOverriding Properties
- Adapter ZuordnungenAdapter Mappings