SyncParameterCollection Class
A collection of SyncParameter objects.
System.Object
System.Collections.ObjectModel.Collection(Of SyncParameter)
Microsoft.Synchronization.Data.SyncParameterCollection
System.Collections.ObjectModel.Collection(Of SyncParameter)
Microsoft.Synchronization.Data.SyncParameterCollection
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncParameterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncParameterCollection | Initializes a new instance of the SyncParameterCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection(Of SyncParameter).) |
![]() | Item(Int32) | (Inherited from Collection(Of SyncParameter).) |
![]() | Item(String) | Gets a SyncParameter object from the collection when given a parameter name. |
![]() | Items | (Inherited from Collection(Of SyncParameter).) |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from Collection(Of SyncParameter).) |
![]() | Add(String, Object) | Adds a SyncParameter to the end of the collection when given a parameter name and value. |
![]() | Clear | (Inherited from Collection(Of SyncParameter).) |
![]() | ClearItems | (Inherited from Collection(Of SyncParameter).) |
![]() | Contains(String) | Determines whether a SyncParameter object with the specified name is in the collection. |
![]() | Contains(T) | (Inherited from Collection(Of SyncParameter).) |
![]() | CopyTo | (Inherited from Collection(Of SyncParameter).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from Collection(Of SyncParameter).) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf(String) | Searches for a SyncParameter object when given a parameter name, and returns the zero-based index of the first occurrence within the entire collection. |
![]() | IndexOf(T) | (Inherited from Collection(Of SyncParameter).) |
![]() | Insert | (Inherited from Collection(Of SyncParameter).) |
![]() | InsertItem | (Inherited from Collection(Of SyncParameter).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove(String) | Removes the first occurrence of a SyncParameter object from the collection when given a parameter name. |
![]() | Remove(T) | (Inherited from Collection(Of SyncParameter).) |
![]() | RemoveAt | (Inherited from Collection(Of SyncParameter).) |
![]() | RemoveItem | (Inherited from Collection(Of SyncParameter).) |
![]() | SetItem | (Inherited from Collection(Of SyncParameter).) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | IList.Contains | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | IList.IndexOf | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | IList.Insert | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | ICollection(Of T).IsReadOnly | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | IList.Item | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | IList.Remove | (Inherited from Collection(Of SyncParameter).) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection(Of SyncParameter).) |
Show:

