Share via


ItemFieldDictionary Members

Represents an item and its associated fields.

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

Public Constructors

  Name Description
Public method ItemFieldDictionary Overloaded. Initializes a new instance of the ItemFieldDictionary class.

Top

Public Properties

  Name Description
Public property Count Gets the number of ItemField objects in the ItemFieldDictionary collection.
Public property IsReadOnly Gets a value indicating whether the ItemFieldDictionary collection is read-only.
Public property Item Gets or sets the ItemField object that corresponds to the specified key.
Public property Keys Gets a collection of the keys that are contained in the ItemFieldDictionary collection.
Public property Values Gets a collection of the values that are contained in the ItemFieldDictionary collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add Overloaded. Adds an ItemField object to the ItemFieldDictionary collection.
Public method Clear Removes all ItemField objects from the ItemFieldDictionary collection.
Public method Contains Determines whether an ItemField object is contained in the ItemFieldDictionary collection.
Public method ContainsKey Returns whether the ItemFieldDictionary collection contains an ItemField object with the specified key.
Public method CopyTo Copies the elements of the ItemFieldDictionary collection to the specified array.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetEnumerator Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection.
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Dd937791.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method Remove Overloaded. Removes an ItemField object from an ItemFieldDictionary collection.
Public method ToString  (Inherited from Object.)
Public method TryGetValue Gets the value associated with the specified key.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method System.Collections.Generic.IEnumerable<KeyValuePair<UInt32,ItemField>>.GetEnumerator Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection.

Top

See Also

Reference

ItemFieldDictionary Class
Microsoft.Synchronization.SimpleProviders Namespace