SyncAdapterCollection Class

A collection of SyncAdapter objects.

System.Object
  System.Collections.ObjectModel.Collection(Of SyncAdapter)
    Microsoft.Synchronization.Data.Server.SyncAdapterCollection

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

'Declaration
Public NotInheritable Class SyncAdapterCollection _
	Inherits Collection(Of SyncAdapter)
'Usage
Dim instance As SyncAdapterCollection

The SyncAdapterCollection type exposes the following members.

  NameDescription
Public methodSyncAdapterCollectionInitializes a new instance of the SyncAdapterCollection class.
Top

  NameDescription
Public propertyCount (Inherited from Collection(Of SyncAdapter).)
Public propertyItem(Int32) (Inherited from Collection(Of SyncAdapter).)
Public propertyItem(String)Gets a SyncAdapter object from the collection when given a table name.
Protected propertyItems (Inherited from Collection(Of SyncAdapter).)
Top

  NameDescription
Public methodAdd (Inherited from Collection(Of SyncAdapter).)
Public methodClear (Inherited from Collection(Of SyncAdapter).)
Protected methodClearItems (Inherited from Collection(Of SyncAdapter).)
Public methodContains(String)Determines whether a specific SyncAdapter object is in the collection when given a table name.
Public methodContains(T) (Inherited from Collection(Of SyncAdapter).)
Public methodCopyTo (Inherited from Collection(Of SyncAdapter).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection(Of SyncAdapter).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)Searches for a SyncAdapter object when given a table name, and returns the zero-based index of the first occurrence within the entire collection.
Public methodIndexOf(T) (Inherited from Collection(Of SyncAdapter).)
Public methodInsert (Inherited from Collection(Of SyncAdapter).)
Protected methodInsertItem (Inherited from Collection(Of SyncAdapter).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(String)Removes the first occurrence of a SyncAdapter object from the collection when given a table name.
Public methodRemove(T) (Inherited from Collection(Of SyncAdapter).)
Public methodRemoveAt (Inherited from Collection(Of SyncAdapter).)
Protected methodRemoveItem (Inherited from Collection(Of SyncAdapter).)
Protected methodSetItem (Inherited from Collection(Of SyncAdapter).)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate propertyICollection(Of T).IsReadOnly (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection(Of SyncAdapter).)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection(Of SyncAdapter).)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: