Name

BindingCollection

Synopsis

This collection of Binding objects is used by the Bindings property of the ServiceDescription class. Bindings can be accessed by name or by position (index number).

Public NotInheritable Class BindingCollection : Inherits ServiceDescriptionBaseCollection
' Public Instance Properties
   Public Default ReadOnly Property Item(
        ByVal name As String) As Binding  
   Public Default Property Item(
        ByVal index As Integer) As Binding  
' Public Instance Methods
   Public Function Add(ByVal binding As Binding) As Integer  
   Public Function Contains(
        ByVal binding As Binding) As Boolean  
   Public Sub CopyTo(ByVal array As Binding(), 
        ByVal index As Integer) 
   Public Function IndexOf(
        ByVal binding As Binding) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal binding As Binding) 
   Public Sub Remove(ByVal binding As Binding) 
' Protected Instance Methods
   Overrides Protected Function GetKey(
        ByVal value As Object) As String  
   Overrides Protected Sub SetParent(ByVal value As Object, 
        ByVal parent As Object) 
End Class

Hierarchy

System.Object System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable)ServiceDescriptionBaseCollection BindingCollection

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.