DeploymentStatusDictionary Methods

Include Protected Members
Include Inherited Members

The DeploymentStatusDictionary type exposes the following members.

Methods

  Name Description
Public method Add(DeploymentStatus) Adds a DeploymentStatus object to the deployment status dictionary.
Public method Add(TKey, TValue) (Inherited from SortedList<String, DeploymentStatus>.)
Public method Clear (Inherited from SortedList<String, DeploymentStatus>.)
Public method ContainsKey (Inherited from SortedList<String, DeploymentStatus>.)
Public method ContainsValue (Inherited from SortedList<String, DeploymentStatus>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from SortedList<String, DeploymentStatus>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOfKey (Inherited from SortedList<String, DeploymentStatus>.)
Public method IndexOfValue (Inherited from SortedList<String, DeploymentStatus>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from SortedList<String, DeploymentStatus>.)
Public method RemoveAt (Inherited from SortedList<String, DeploymentStatus>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from SortedList<String, DeploymentStatus>.)
Public method TryGetValue (Inherited from SortedList<String, DeploymentStatus>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Add (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IDictionary.Add (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Contains (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IDictionary.Contains (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.CopyTo (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IDictionary.GetEnumerator (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Remove (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IDictionary.Remove (Inherited from SortedList<String, DeploymentStatus>.)

Top

See Also

Reference

DeploymentStatusDictionary Class

Microsoft.SharePoint.Publishing.Administration Namespace