Share via


SyncTableCollection Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a collection of SyncTable objects.

The following tables list the members exposed by the SyncTableCollection type.

Public Constructors

  Name Description
SyncTableCollection Initializes a new instance of the SyncTableCollection class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Count  (inherited from Collection )
Item Overloaded.  

Top

Protected Properties

  Name Description
Items  (inherited from Collection )

Top

Public Methods

(see also Protected Methods )

  Name Description
Add Overloaded. Adds a SyncTable object to the end of the collection.
Clear  (inherited from Collection )
Contains Overloaded. Determines whether a specific SyncTable object is in the collection.
CopyTo  (inherited from Collection )
Equals  Overloaded. (inherited from Object )
GetEnumerator  (inherited from Collection )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
IndexOf Overloaded. Searches for the specified SyncTable object and returns the zero-based index of the first occurrence within the entire collection.
Insert  (inherited from Collection )
ReferenceEquals  (inherited from Object )
Remove Overloaded. Removes the first occurrence of a specific SyncTable object from the collection.
RemoveAt  (inherited from Collection )
ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ClearItems  (inherited from Collection )
Finalize  (inherited from Object )
InsertItem Overloaded.  
MemberwiseClone  (inherited from Object )
RemoveItem  (inherited from Collection )
SetItem Overloaded.  

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  (inherited from Collection )
System.Collections.IEnumerable.GetEnumerator  (inherited from Collection )
System.Collections.IList.Add  (inherited from Collection )
System.Collections.IList.Contains  (inherited from Collection )
System.Collections.IList.IndexOf  (inherited from Collection )
System.Collections.IList.Insert  (inherited from Collection )
System.Collections.IList.Remove  (inherited from Collection )
System.Collections.Generic.ICollection.IsReadOnly  (inherited from Collection )
System.Collections.ICollection.IsSynchronized  (inherited from Collection )
System.Collections.ICollection.SyncRoot  (inherited from Collection )
System.Collections.IList.IsFixedSize  (inherited from Collection )
System.Collections.IList.IsReadOnly  (inherited from Collection )
System.Collections.IList.Item  (inherited from Collection )

Top

See Also

Reference

SyncTableCollection Class
Microsoft.Synchronization.Data.Client Namespace