Freigeben über


DataBindingCollectionEditor-Klasse

HINWEIS: Diese Klasse ist mittlerweile veraltet.

Stellt eine Benutzeroberfläche zum Bearbeiten einer Auflistung von Datenbindungen bereit.

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Class DataBindingCollectionEditor
    Inherits UITypeEditor
'Usage
Dim instance As DataBindingCollectionEditor
[ObsoleteAttribute("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. https://go.microsoft.com/fwlink/?linkid=14202")] 
public class DataBindingCollectionEditor : UITypeEditor
[ObsoleteAttribute(L"Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. https://go.microsoft.com/fwlink/?linkid=14202")] 
public ref class DataBindingCollectionEditor : public UITypeEditor
/** @attribute ObsoleteAttribute("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. https://go.microsoft.com/fwlink/?linkid=14202") */ 
public class DataBindingCollectionEditor extends UITypeEditor
ObsoleteAttribute("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. https://go.microsoft.com/fwlink/?linkid=14202") 
public class DataBindingCollectionEditor extends UITypeEditor

Hinweise

Die DataBindingCollectionEditor-Klasse ist veraltet. Zur Entwurfszeit wird die Bearbeitung von Datenbindungen über eine DesignerActionList und nicht über das Eigenschaftenraster durchgeführt. Weitere Informationen finden Sie unter ActionLists.

.NET Framework-Sicherheit

Vererbungshierarchie

System.Object
   System.Drawing.Design.UITypeEditor
    System.Web.UI.Design.DataBindingCollectionEditor

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

DataBindingCollectionEditor-Member
System.Web.UI.Design-Namespace
ControlDesigner.ActionLists-Eigenschaft
DesignerActionList

Weitere Ressourcen

Übersicht über ASP.NET-Steuerelement-Designer