Name

DataBindingCollection

Synopsis

This collection of DataBinding objects represents data binding expressions configured at design time.

Public NotInheritable Class DataBindingCollection : Implements ICollection, IEnumerable
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public ReadOnly Property Count As Integer Implements ICollection.Count 
   Public ReadOnly Property IsReadOnly As Boolean  
   Public ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized 
   Public Default ReadOnly Property Item(
        ByVal propertyName As String) As DataBinding  
   Public ReadOnly Property RemovedBindings As String()  
   Public ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot 
' Public Instance Methods
   Public Sub Add(ByVal binding As DataBinding) 
   Public Sub Clear() 
   Public Sub CopyTo(ByVal array As Array, 
        ByVal index As Integer) Implements ICollection.CopyTo 
   Public Function GetEnumerator(
        ) As IEnumerator Implements IEnumerable.GetEnumerator 
   Public Sub Remove(ByVal binding As DataBinding) 
   Public Sub Remove(ByVal propertyName As String) 
   Public Sub Remove(ByVal propertyName As String, 
        ByVal addToRemovedList As Boolean) 
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.