Name

OperationBindingCollection

Synopsis

This collection of OperationBinding objects is used for the Operations property of the Binding class. You can access each OperationBinding element by position (index number).

Public NotInheritable Class OperationBindingCollection : Inherits ServiceDescriptionBaseCollection
' Public Instance Properties
   Public Default Property Item(
        ByVal index As Integer) As OperationBinding  
' Public Instance Methods
   Public Function Add(
        ByVal bindingOperation As OperationBinding) As Integer  
   Public Function Contains(
        ByVal bindingOperation As OperationBinding) As Boolean  
   Public Sub CopyTo(ByVal array As OperationBinding(), 
        ByVal index As Integer) 
   Public Function IndexOf(
        ByVal bindingOperation As OperationBinding) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal bindingOperation As OperationBinding) 
   Public Sub Remove(
        ByVal bindingOperation As OperationBinding) 
' Protected Instance Methods
   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 OperationBindingCollection

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.